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 命名空间