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

Return Value

Type: System.Int32
The unique integer identifier that identifies the retrieved batch.

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace