Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Parameter
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetRequest
The get request.
Rückgabewert
Typ: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse
The response to the get operation.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.ServiceContracts-Namespace