Partager via


Propriété EntityStagingGetResponse.Batches

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets a list of entity staging batches to be returned.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of EntityStagingBatch)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<EntityStagingBatch>
A list of entity staging batches to be returned.

Voir aussi

Référence

EntityStagingGetResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts