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.