Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 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
'Declaration
<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
'Usage
Dim instance As IService
Dim request As EntityStagingGetRequest
Dim returnValue As EntityStagingGetResponse
returnValue = instance.EntityStagingGet(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")]
EntityStagingGetResponse EntityStagingGet(
EntityStagingGetRequest request
)
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGet",
ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGetResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingGetEditionExpiredMessageFault",
Name = L"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
function EntityStagingGet(
request : EntityStagingGetRequest
) : EntityStagingGetResponse
Parameters
- request
Type: Microsoft.MasterDataServices.EntityStagingGetRequest
The request.
Return Value
Type: Microsoft.MasterDataServices.EntityStagingGetResponse
The request action.