ServiceClient.IService.StagingGet 메서드
Retrieves the contents of the bulk staging area.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Private Function StagingGet ( _
request As StagingGetRequest _
) As StagingGetResponse Implements IService.StagingGet
‘사용 방법
Dim instance As ServiceClient
Dim request As StagingGetRequest
Dim returnValue As StagingGetResponse
returnValue = CType(instance, IService).StagingGet(request)
StagingGetResponseIService.StagingGet(
StagingGetRequest request
)
private:
virtual StagingGetResponse^ StagingGet(
StagingGetRequest^ request
) sealed = IService::StagingGet
private abstract StagingGet :
request:StagingGetRequest -> StagingGetResponse
private override StagingGet :
request:StagingGetRequest -> StagingGetResponse
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- request
유형: Microsoft.MasterDataServices.StagingGetRequest
The get request.
반환 값
유형: Microsoft.MasterDataServices.StagingGetResponse
The StagingGetResponse for the operation.
구현
IService.StagingGet(StagingGetRequest)