次の方法で共有


ValidationError.ErrorCode プロパティ

エラー コードを取得または設定します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property ErrorCode As Integer 
    Get 
    Set
'使用
Dim instance As ValidationError 
Dim value As Integer 

value = instance.ErrorCode

instance.ErrorCode = value
public int ErrorCode { get; set; }
public:
property int ErrorCode {
    int get ();
    void set (int value);
}
member ErrorCode : int with get, set
function get ErrorCode () : int 
function set ErrorCode (value : int)

プロパティ値

型: System.Int32
エラー コードです。

関連項目

参照

ValidationError クラス

Microsoft.AnalysisServices 名前空間