Condividi tramite


Campo EntityStagingGetResponse.Batches

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies a list of entity staging batches.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

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

Vedere anche

Riferimento

EntityStagingGetResponse Classe

Spazio dei nomi Microsoft.MasterDataServices