Partilhar via


Campo EntityStagingGetResponse.Batches

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies a list of entity staging batches.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public Batches As Collection(Of EntityStagingBatch)
'Uso
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>

Consulte também

Referência

EntityStagingGetResponse Classe

Namespace Microsoft.MasterDataServices