ServiceClient.IService.EntityStagingGet Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.EntityStagingGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.EntityStagingGetResponse
The EntityStagingGetResponse for the operation.
Implements
IService.EntityStagingGet(EntityStagingGetRequest)