Udostępnij za pośrednictwem


Właściwość StagingSearchCriteria.StagingBatches

Pobiera lub ustawia tablicę zawierającą partia tymczasowa identyfikatorów.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatches As Collection(Of Identifier)
    Get
    Set
'Użycie
Dim instance As StagingSearchCriteria
Dim value As Collection(Of Identifier)

value = instance.StagingBatches

instance.StagingBatches = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> StagingBatches { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ StagingBatches {
    Collection<Identifier^>^ get ();
    void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StagingBatches : Collection<Identifier> with get, set
function get StagingBatches () : Collection<Identifier>
function set StagingBatches (value : Collection<Identifier>)

Wartość właściwości

Typ: System.Collections.ObjectModel.Collection<Identifier>
Kolekcja typu Identifier.