Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves the contents of the bulk staging area.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function StagingGet ( _
request As StagingGetRequest _
) As StagingGetResponse Implements IService.StagingGet
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.StagingGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.StagingGetResponse
The StagingGetResponse for the operation.
Implements
IService.StagingGet(StagingGetRequest)