共用方式為


EntityStagingGetResponse 建構函式 (Int32, Collection<EntityStagingBatch>, OperationResult)

此 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.

請參閱

參考

EntityStagingGetResponse 類別

EntityStagingGetResponse 多載

Microsoft.MasterDataServices 命名空間