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 命名空间