ServiceClient.EntityStagingClear(International, Int32, Identifier) 메서드

정의

지정된 배치 식별자로 엔티티 스테이징 영역을 지웁니다.

public:
 Microsoft::MasterDataServices::OperationResult ^ EntityStagingClear(Microsoft::MasterDataServices::International ^ International, int BatchId, Microsoft::MasterDataServices::Identifier ^ ModelId);
public Microsoft.MasterDataServices.OperationResult EntityStagingClear(Microsoft.MasterDataServices.International International, int BatchId, Microsoft.MasterDataServices.Identifier ModelId);
member this.EntityStagingClear : Microsoft.MasterDataServices.International * int * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.OperationResult
Public Function EntityStagingClear (International As International, BatchId As Integer, ModelId As Identifier) As OperationResult

매개 변수

International
International

문화적 배경.

BatchId
Int32

정리할 배치를 식별하는 고유 정수 식별자입니다.

ModelId
Identifier

배치가 관련된 모델의 식별자입니다.

반품

OperationResult 연산 결과를 나타내는 객체입니다.

적용 대상