Właściwość StagingGetResponse.Batches
Pobiera lub ustawia tablicę przemieszczenia instancje.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of StagingBatch)
Get
Friend Set
'Użycie
Dim instance As StagingGetResponse
Dim value As Collection(Of StagingBatch)
value = instance.Batches
[MessageBodyMemberAttribute]
public Collection<StagingBatch> Batches { get; internal set; }
[MessageBodyMemberAttribute]
public:
property Collection<StagingBatch^>^ Batches {
Collection<StagingBatch^>^ get ();
internal: void set (Collection<StagingBatch^>^ value);
}
[<MessageBodyMemberAttribute>]
member Batches : Collection<StagingBatch> with get, internal set
function get Batches () : Collection<StagingBatch>
internal function set Batches (value : Collection<StagingBatch>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<StagingBatch>
Kolekcja typu StagingBatch.
Zobacz także