Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse
The EntityStagingGetResponse for the operation.
Implements
IService.EntityStagingGet(EntityStagingGetRequest)