共用方式為


EntityStagingLoadResponse 建構函式 (OperationResult, Collection<Identifier>)

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
Public Sub New ( _
    OperationResult As OperationResult, _
    StagingBatches As Collection(Of Identifier) _
)
'用途
Dim OperationResult As OperationResult
Dim StagingBatches As Collection(Of Identifier)

Dim instance As New EntityStagingLoadResponse(OperationResult, _
    StagingBatches)
public EntityStagingLoadResponse(
    OperationResult OperationResult,
    Collection<Identifier> StagingBatches
)
public:
EntityStagingLoadResponse(
    OperationResult^ OperationResult, 
    Collection<Identifier^>^ StagingBatches
)
new : 
        OperationResult:OperationResult * 
        StagingBatches:Collection<Identifier> -> EntityStagingLoadResponse
public function EntityStagingLoadResponse(
    OperationResult : OperationResult, 
    StagingBatches : Collection<Identifier>
)

參數

請參閱

參考

EntityStagingLoadResponse 類別

EntityStagingLoadResponse 多載

Microsoft.MasterDataServices 命名空間