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