共用方式為


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 支援明確介面實作的使用,但不支援新介面實作的宣告。

參數

傳回值

型別:Microsoft.MasterDataServices.StagingGetResponse
The StagingGetResponse for the operation.

實作

IService.StagingGet(StagingGetRequest)

請參閱

參考

ServiceClient 類別

Microsoft.MasterDataServices 命名空間