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.
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
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse
The response to the get operation.
See Also
Reference
Microsoft.MasterDataServices.Services.ServiceContracts Namespace