言語

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オブジェクトはCreateCatalogItemCreateItemHistorySnapshotSetItemDefinitionメソッドによって出力として返されます。

コンストラクター

名前 説明
Warning()

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

プロパティ

名前 説明
Code

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

Message

エラーや警告を示すメッセージを受信または設定します。

ObjectName

警告に寄与したオブジェクト名をレポート定義で取得または設定します。

ObjectType

エラーや警告のオブジェクトタイプを取得するか設定します。

Severity

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

適用対象