ServiceClient.IService.StagingGet Method (StagingGetRequest)

 

Applies To: SQL Server 2016 Preview

Retrieves the contents of the bulk staging area.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

StagingGetResponse IService.StagingGet(
    StagingGetRequest request
)
private:
virtual StagingGetResponse^ StagingGet(
    StagingGetRequest^ request
) sealed = IService::StagingGet
private abstract StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
private override StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
Private Function StagingGet (
    request As StagingGetRequest
) As StagingGetResponse
    Implements IService.StagingGet

Parameters

Return Value

Type: Microsoft.MasterDataServices.StagingGetResponse

The StagingGetResponse for the operation.

Implements

IService.StagingGet(StagingGetRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top