Partilhar via


Campo EntityStagingLoadResponse.StagingBatches

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 to be loaded.

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 StagingBatches As Collection(Of Identifier)
'Uso
Dim instance As EntityStagingLoadResponse
Dim value As Collection(Of Identifier)

value = instance.StagingBatches

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

Consulte também

Referência

EntityStagingLoadResponse Classe

Namespace Microsoft.MasterDataServices