StagingGet 方法
Retrieves the contents of the bulk staging area.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Function StagingGet ( _
request As StagingGetRequest _
) As StagingGetResponse
用法
Dim instance As ServiceClient
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
参数
- request
类型:Microsoft.MasterDataServices. . :: . .StagingGetRequest
The get request.