다음을 통해 공유


EntityStagingClearRequest 생성자

정의

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

오버로드

EntityStagingClearRequest()

기본값을 사용하여 EntityStagingClearRequest 클래스의 새 인스턴스를 초기화합니다.

EntityStagingClearRequest(International, Int32, Identifier)

지정한 International, BatchIdModelId를 포함하는 EntityStagingClearRequest 클래스의 새 인스턴스를 초기화합니다.

EntityStagingClearRequest()

기본값을 사용하여 EntityStagingClearRequest 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

EntityStagingClearRequest(International, Int32, Identifier)

지정한 International, BatchIdModelId를 포함하는 EntityStagingClearRequest 클래스의 새 인스턴스를 초기화합니다.

public:
 EntityStagingClearRequest(Microsoft::MasterDataServices::International ^ International, int BatchId, Microsoft::MasterDataServices::Identifier ^ ModelId);
public EntityStagingClearRequest (Microsoft.MasterDataServices.International International, int BatchId, Microsoft.MasterDataServices.Identifier ModelId);
new Microsoft.MasterDataServices.EntityStagingClearRequest : Microsoft.MasterDataServices.International * int * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityStagingClearRequest
Public Sub New (International As International, BatchId As Integer, ModelId As Identifier)

매개 변수

International
International

클라이언트 지역화 정보입니다.

BatchId
Int32

일괄 처리 식별자입니다.

ModelId
Identifier

모델의 GUID 또는 정확한 이름입니다.

적용 대상