다음을 통해 공유


ServiceClient.EntityStagingClear 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Clears the entity staging area with the specified batch identifier.

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

구문

‘선언
Public Function EntityStagingClear ( _
    International As International, _
    BatchId As Integer, _
    ModelId As Identifier _
) As OperationResult
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim BatchId As Integer
Dim ModelId As Identifier
Dim returnValue As OperationResult

returnValue = instance.EntityStagingClear(International, _
    BatchId, ModelId)
public OperationResult EntityStagingClear(
    International International,
    int BatchId,
    Identifier ModelId
)
public:
OperationResult^ EntityStagingClear(
    International^ International, 
    int BatchId, 
    Identifier^ ModelId
)
member EntityStagingClear : 
        International:International * 
        BatchId:int * 
        ModelId:Identifier -> OperationResult
public function EntityStagingClear(
    International : International, 
    BatchId : int, 
    ModelId : Identifier
) : OperationResult

매개 변수

  • BatchId
    유형: System.Int32
    The unique integer identifier that identifies the batch to clear.

반환 값

유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스