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 命名空间