Warning.Code プロパティ
レポート サーバーによって警告に割り当てられたエラー コードを取得または設定します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.dll)
構文
'宣言
Public Property Code As String
Get
Set
'使用
Dim instance As Warning
Dim value As String
value = instance.Code
instance.Code = value
public string Code { get; set; }
public:
property String^ Code {
String^ get ();
void set (String^ value);
}
member Code : string with get, set
function get Code () : String
function set Code (value : String)
プロパティ値
型: System.String
レポート サーバーによって警告に割り当てられたエラー コードを表す String 値です。