次の方法で共有


EntityStagingLoadResponse コンストラクター (OperationResult, Collection<Identifier>)

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

指定した操作結果とステージング バッチで EntityStagingLoadResponse クラスの新しいインスタンスを初期化します。

名前空間:  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 名前空間