Freigeben über


ServiceClient.IService.EntityStagingGet-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Retrieves the contents of the entity staging area.

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

Syntax

'Declaration
Private Function EntityStagingGet ( _
    request As EntityStagingGetRequest _
) As EntityStagingGetResponse Implements IService.EntityStagingGet
'Usage
Dim instance As ServiceClient
Dim request As EntityStagingGetRequest
Dim returnValue As EntityStagingGetResponse

returnValue = CType(instance, IService).EntityStagingGet(request)
EntityStagingGetResponseIService.EntityStagingGet(
    EntityStagingGetRequest request
)
private:
virtual EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
) sealed = IService::EntityStagingGet
private abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse 
private override EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

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

Implementiert

IService.EntityStagingGet(EntityStagingGetRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace