共用方式為


EntityStagingProcessResponse.BatchId 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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 Integer 
    Get 
    Set
'用途
Dim instance As EntityStagingProcessResponse 
Dim value As Integer 

value = instance.BatchId

instance.BatchId = value
[MessageBodyMemberAttribute]
public int BatchId { get; set; }
[MessageBodyMemberAttribute]
public:
property int BatchId {
    int get ();
    void set (int value);
}
[<MessageBodyMemberAttribute>]
member BatchId : int with get, set
function get BatchId () : int 
function set BatchId (value : int)

屬性值

型別:System.Int32
The batch identifier of the records that were previously unbatched.

請參閱

參考

EntityStagingProcessResponse 類別

Microsoft.MasterDataServices.Services.MessageContracts 命名空間