EntityStagingGetResponse.Batches-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets a list of entity staging batches to be returned.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of EntityStagingBatch)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<EntityStagingBatch>
A list of entity staging batches to be returned.
Siehe auch
Verweis
EntityStagingGetResponse Klasse
Microsoft.MasterDataServices.Services.MessageContracts-Namespace