Freigeben über


ServiceClient.IService.StagingGet-Methode

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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: Microsoft.MasterDataServices.StagingGetResponse
The StagingGetResponse for the operation.

Implementiert

IService.StagingGet(StagingGetRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace