Поделиться через


Метод ServiceClient.EntityStagingGet

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Retrieves the contents of the entity staging area.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
Public Function EntityStagingGet ( _
    International As International, _
    GetCriteria As EntityStagingGetCriteria, _
    <OutAttribute> ByRef Batches As Collection(Of EntityStagingBatch), _
    <OutAttribute> ByRef OperationResult As OperationResult _
) As Integer
'Применение
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

Параметры

Возвращаемое значение

Тип: System.Int32
The unique integer identifier that identifies the retrieved batch.

См. также

Справочник

ServiceClient Класс

Пространство имен Microsoft.MasterDataServices