次の方法で共有


StagingBatchError.ErrorCode プロパティ

エラーに関連付けられているエラー コードを取得または設定します。

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

構文

'宣言
<DataMemberAttribute> _
Public Property ErrorCode As String
    Get
    Set
'使用
Dim instance As StagingBatchError
Dim value As String

value = instance.ErrorCode

instance.ErrorCode = value
[DataMemberAttribute]
public string ErrorCode { get; set; }
[DataMemberAttribute]
public:
property String^ ErrorCode {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member ErrorCode : string with get, set
function get ErrorCode () : String
function set ErrorCode (value : String)

プロパティ値

型: System.String
エラー コードを表す文字列。

関連項目

参照

StagingBatchError クラス

Microsoft.MasterDataServices 名前空間