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 contents of the entity staging area.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function EntityStagingGet ( _
International As International, _
GetCriteria As EntityStagingGetCriteria, _
<OutAttribute> ByRef Batches As Collection(Of EntityStagingBatch), _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Integer
'Usage
Dim instance As ServiceClient
Dim International As International
Dim GetCriteria As EntityStagingGetCriteria
Dim Batches As Collection(Of EntityStagingBatch)
Dim OperationResult As OperationResult
Dim returnValue As Integer
returnValue = instance.EntityStagingGet(International, _
GetCriteria, Batches, OperationResult)
public int EntityStagingGet(
International International,
EntityStagingGetCriteria GetCriteria,
out Collection<EntityStagingBatch> Batches,
out OperationResult OperationResult
)
public:
int EntityStagingGet(
International^ International,
EntityStagingGetCriteria^ GetCriteria,
[OutAttribute] Collection<EntityStagingBatch^>^% Batches,
[OutAttribute] OperationResult^% OperationResult
)
member EntityStagingGet :
International:International *
GetCriteria:EntityStagingGetCriteria *
Batches:Collection<EntityStagingBatch> byref *
OperationResult:OperationResult byref -> int
public function EntityStagingGet(
International : International,
GetCriteria : EntityStagingGetCriteria,
Batches : Collection<EntityStagingBatch>,
OperationResult : OperationResult
) : int
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- GetCriteria
Typ: Microsoft.MasterDataServices.EntityStagingGetCriteria
The criteria that specifies the entity staging area to retrieve.
- Batches
Typ: System.Collections.ObjectModel.Collection<EntityStagingBatch>%
When this method returns, contains the collected batches. This parameter is passed uninitialized.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Rückgabewert
Typ: System.Int32
The unique integer identifier that identifies the retrieved batch.