以前にバッチ処理されなかったレコードのバッチ識別子を取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<MessageBodyMemberAttribute> _
Public Property BatchId As StagingBatch
Get
Set
'使用
Dim instance As StagingProcessResponse
Dim value As StagingBatch
value = instance.BatchId
instance.BatchId = value
[MessageBodyMemberAttribute]
public StagingBatch BatchId { get; set; }
[MessageBodyMemberAttribute]
public:
property StagingBatch^ BatchId {
StagingBatch^ get ();
void set (StagingBatch^ value);
}
[<MessageBodyMemberAttribute>]
member BatchId : StagingBatch with get, set
function get BatchId () : StagingBatch
function set BatchId (value : StagingBatch)
プロパティ値
型: Microsoft.MasterDataServices.Services.DataContracts.StagingBatch
以前にバッチ処理されなかったレコードのバッチ識別子です。