ServiceClient.EntityStagingGet Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Parameters
- 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.
Return Value
Type: System.Int32
The unique integer identifier that identifies the retrieved batch.