다음을 통해 공유


StagingClearRequest.Batches 속성

Gets or sets an array of batches for processing.

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

구문

‘선언
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of Identifier)
    Get 
    Set
‘사용 방법
Dim instance As StagingClearRequest 
Dim value As Collection(Of Identifier)

value = instance.Batches

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

속성 값

유형: System.Collections.ObjectModel.Collection<Identifier>
Collection of type Identifier.

참고 항목

참조

StagingClearRequest 클래스

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