此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets a list of entity staging batches to be returned.
命名空间: Microsoft.MasterDataServices.Services.MessageContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
语法
声明
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of EntityStagingBatch)
Get
Set
用法
Dim instance As EntityStagingGetResponse
Dim value As Collection(Of EntityStagingBatch)
value = instance.Batches
instance.Batches = value
[MessageBodyMemberAttribute]
public Collection<EntityStagingBatch> Batches { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<EntityStagingBatch^>^ Batches {
Collection<EntityStagingBatch^>^ get ();
void set (Collection<EntityStagingBatch^>^ value);
}
[<MessageBodyMemberAttribute>]
member Batches : Collection<EntityStagingBatch> with get, set
function get Batches () : Collection<EntityStagingBatch>
function set Batches (value : Collection<EntityStagingBatch>)
属性值
类型:System.Collections.ObjectModel.Collection<EntityStagingBatch>
A list of entity staging batches to be returned.