IService.EntityStagingGet Method (EntityStagingGetRequest)

 

Applies To: SQL Server 2016 Preview

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

Gets the entity staging.

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

Syntax

[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGet", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGetResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGetEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")]
EntityStagingGetResponse EntityStagingGet(
    EntityStagingGetRequest request
)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGet", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGetResponse")]
[FaultContractAttribute((EditionExpiredMessage^::typeid), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGetEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")]
EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGet",
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGetResponse")>]
[<FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGetEditionExpiredMessageFault",
    Name = "EditionExpiredMessage")>]
abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGet",
    ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGetResponse")>
<FaultContractAttribute(GetType(EditionExpiredMessage), Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGetEditionExpiredMessageFault",
    Name := "EditionExpiredMessage")>
Function EntityStagingGet (
    request As EntityStagingGetRequest
) As EntityStagingGetResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityStagingGetResponse

The request action.

See Also

IService Interface
Microsoft.MasterDataServices Namespace

Return to top