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
参数
- International
类型:Microsoft.MasterDataServices.International
The cultural settings.
- GetCriteria
类型:Microsoft.MasterDataServices.EntityStagingGetCriteria
The criteria that specifies the entity staging area to retrieve.
- Batches
类型:System.Collections.ObjectModel.Collection<EntityStagingBatch>%
When this method returns, contains the collected batches. This parameter is passed uninitialized.
- OperationResult
类型:Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
返回值
类型:System.Int32
The unique integer identifier that identifies the retrieved batch.