次の方法で共有


StagingBatchError.ErrorCode プロパティ

バッチ メンバーのエラー コードを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts 名前空間