다음을 통해 공유


StagingSearchCriteria.StagingBatches 속성

Gets or sets the staging batches.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatches As Collection(Of Identifier)
    Get 
    Friend Set
‘사용 방법
Dim instance As StagingSearchCriteria 
Dim value As Collection(Of Identifier)

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

속성 값

유형: System.Collections.ObjectModel.Collection<Identifier>
The collection of staging batches.

참고 항목

참조

StagingSearchCriteria 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스