Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Retrieves the contents of the entity staging area.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Function EntityStagingGet ( _
International As International, _
GetCriteria As EntityStagingGetCriteria, _
<OutAttribute> ByRef Batches As Collection(Of EntityStagingBatch), _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Integer
'Utilisation
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
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- GetCriteria
Type : Microsoft.MasterDataServices.EntityStagingGetCriteria
The criteria that specifies the entity staging area to retrieve.
- Batches
Type : System.Collections.ObjectModel.Collection<EntityStagingBatch>%
When this method returns, contains the collected batches. This parameter is passed uninitialized.
- OperationResult
Type : Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Valeur de retour
Type : System.Int32
The unique integer identifier that identifies the retrieved batch.