Service.StagingGet 方法

Retrieves the contents of the bulk staging area.

命名空间:  Microsoft.MasterDataServices.Services
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
Public Function StagingGet ( _
    request As StagingGetRequest _
) As StagingGetResponse
用法
Dim instance As Service 
Dim request As StagingGetRequest 
Dim returnValue As StagingGetResponse 

returnValue = instance.StagingGet(request)
public StagingGetResponse StagingGet(
    StagingGetRequest request
)
public:
virtual StagingGetResponse^ StagingGet(
    StagingGetRequest^ request
) sealed
abstract StagingGet : 
        request:StagingGetRequest -> StagingGetResponse  
override StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
public final function StagingGet(
    request : StagingGetRequest
) : StagingGetResponse

参数

返回值

类型:Microsoft.MasterDataServices.Services.MessageContracts.StagingGetResponse
The StagingGetResponse for the operation.

实现

IService.StagingGet(StagingGetRequest)

请参阅

参考

Service 类

Microsoft.MasterDataServices.Services 命名空间