此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Sub New ( _
BatchCount As Integer, _
Batches As Collection(Of EntityStagingBatch), _
OperationResult As OperationResult _
)
'用途
Dim BatchCount As Integer
Dim Batches As Collection(Of EntityStagingBatch)
Dim OperationResult As OperationResult
Dim instance As New EntityStagingGetResponse(BatchCount, _
Batches, OperationResult)
public EntityStagingGetResponse(
int BatchCount,
Collection<EntityStagingBatch> Batches,
OperationResult OperationResult
)
public:
EntityStagingGetResponse(
int BatchCount,
Collection<EntityStagingBatch^>^ Batches,
OperationResult^ OperationResult
)
new :
BatchCount:int *
Batches:Collection<EntityStagingBatch> *
OperationResult:OperationResult -> EntityStagingGetResponse
public function EntityStagingGetResponse(
BatchCount : int,
Batches : Collection<EntityStagingBatch>,
OperationResult : OperationResult
)
參數
- BatchCount
型別:System.Int32
The total number of batches.
- Batches
型別:System.Collections.ObjectModel.Collection<EntityStagingBatch>
The list of entity staging batches.
- OperationResult
型別:Microsoft.MasterDataServices.OperationResult
The operation result.