ServiceClient.IService.EntityStagingClear 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Clears the entity staging area.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Private Function EntityStagingClear ( _
request As EntityStagingClearRequest _
) As EntityStagingClearResponse Implements IService.EntityStagingClear
‘사용 방법
Dim instance As ServiceClient
Dim request As EntityStagingClearRequest
Dim returnValue As EntityStagingClearResponse
returnValue = CType(instance, IService).EntityStagingClear(request)
EntityStagingClearResponseIService.EntityStagingClear(
EntityStagingClearRequest request
)
private:
virtual EntityStagingClearResponse^ EntityStagingClear(
EntityStagingClearRequest^ request
) sealed = IService::EntityStagingClear
private abstract EntityStagingClear :
request:EntityStagingClearRequest -> EntityStagingClearResponse
private override EntityStagingClear :
request:EntityStagingClearRequest -> EntityStagingClearResponse
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- request
유형: Microsoft.MasterDataServices.EntityStagingClearRequest
The clear request.
반환 값
유형: Microsoft.MasterDataServices.EntityStagingClearResponse
The EntityStagingClearResponse for the operation.
구현
IService.EntityStagingClear(EntityStagingClearRequest)