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