Partager via


Champ 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.

Specifies a list of entity staging batches.

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

Syntaxe

'Déclaration
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public Batches As Collection(Of EntityStagingBatch)
'Utilisation
Dim instance As EntityStagingGetResponse
Dim value As Collection(Of EntityStagingBatch)

value = instance.Batches

instance.Batches = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public Collection<EntityStagingBatch> Batches
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
Collection<EntityStagingBatch^>^ Batches
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable Batches: Collection<EntityStagingBatch>
public var Batches : Collection<EntityStagingBatch>

Voir aussi

Référence

EntityStagingGetResponse Classe

Espace de noms Microsoft.MasterDataServices