다음을 통해 공유


StagingClearRequest 생성자

정의

StagingClearRequest 클래스의 새 인스턴스를 초기화합니다.

오버로드

StagingClearRequest()

기본값을 포함하는 StagingClearRequest 클래스의 새 인스턴스를 초기화합니다.

StagingClearRequest(International, Collection<Identifier>)

지정된 culture 설정 및 일괄 처리 배열을 포함하는 StagingClearRequest 클래스의 새 인스턴스를 초기화합니다.

StagingClearRequest()

기본값을 포함하는 StagingClearRequest 클래스의 새 인스턴스를 초기화합니다.

public:
 StagingClearRequest();
public StagingClearRequest ();
Public Sub New ()

적용 대상

StagingClearRequest(International, Collection<Identifier>)

지정된 culture 설정 및 일괄 처리 배열을 포함하는 StagingClearRequest 클래스의 새 인스턴스를 초기화합니다.

public:
 StagingClearRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ Batches);
public StagingClearRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> Batches);
new Microsoft.MasterDataServices.StagingClearRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> -> Microsoft.MasterDataServices.StagingClearRequest
Public Sub New (International As International, Batches As Collection(Of Identifier))

매개 변수

International
International

culture 설정입니다.

Batches
Collection<Identifier>

일괄 처리 배열입니다.

적용 대상