Freigeben über


Service.EntityStagingGet-Methode

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

Uses the list of batches in the system for a given model.

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

Syntax

'Declaration
Public Function EntityStagingGet ( _
    request As EntityStagingGetRequest _
) As EntityStagingGetResponse
'Usage
Dim instance As Service 
Dim request As EntityStagingGetRequest 
Dim returnValue As EntityStagingGetResponse 

returnValue = instance.EntityStagingGet(request)
public EntityStagingGetResponse EntityStagingGet(
    EntityStagingGetRequest request
)
public:
virtual EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
) sealed
abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse  
override EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
public final function EntityStagingGet(
    request : EntityStagingGetRequest
) : EntityStagingGetResponse

Parameter

Rückgabewert

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

Implementiert

IService.EntityStagingGet(EntityStagingGetRequest)

Siehe auch

Verweis

Service Klasse

Microsoft.MasterDataServices.Services-Namespace