Share via


Warning クラス

定義

レポートのパブリッシュ時または処理時に返されるエラーや警告の一覧を表します。

public ref class Warning
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Warning
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Warning = class
Public Class Warning
継承
Warning
属性

注釈

Warning オブジェクトは、CreateCatalogItem メソッド、CreateItemHistorySnapshot メソッド、および SetItemDefinition メソッドによって出力として返されます。

コンストラクター

Warning()

Warning クラスの新しいインスタンスを初期化します。

プロパティ

Code

レポート サーバーによって警告に割り当てられたエラー コードを取得または設定します。

Message

エラーや警告を表すメッセージを取得または設定します。

ObjectName

警告の原因であるレポート定義内のオブジェクトの名前を取得または設定します。

ObjectType

エラーや警告のオブジェクトの種類を取得または設定します。

Severity

エラーや警告の重大度を取得または設定します。

適用対象