Share via


IService.EntityStagingGet Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Retrieves the staging information of entity based staging batches.

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

Syntax

'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function EntityStagingGet ( _
    request As EntityStagingGetRequest _
) As EntityStagingGetResponse
'Usage
Dim instance As IService 
Dim request As EntityStagingGetRequest 
Dim returnValue As EntityStagingGetResponse 

returnValue = instance.EntityStagingGet(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityStagingGetResponse EntityStagingGet(
    EntityStagingGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
function EntityStagingGet(
    request : EntityStagingGetRequest
) : EntityStagingGetResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse
The response to the get operation.

See Also

Reference

IService Interface

Microsoft.MasterDataServices.Services.ServiceContracts Namespace