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 命名空间