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