StagingProcessResponse.BatchId 属性

Gets or sets the batch identifier of the records that were previously unbatched.

命名空间:  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
The batch identifier of the records that were previously unbatched.

请参阅

参考

StagingProcessResponse 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间