次の方法で共有


EntityStagingProcessResponse コンストラクター (Int32, OperationResult)

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

指定したバッチ ID と操作結果がある EntityStagingProcessResponse クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Public Sub New ( _
    BatchId As Integer, _
    OperationResult As OperationResult _
)
'使用
Dim BatchId As Integer
Dim OperationResult As OperationResult

Dim instance As New EntityStagingProcessResponse(BatchId, _
    OperationResult)
public EntityStagingProcessResponse(
    int BatchId,
    OperationResult OperationResult
)
public:
EntityStagingProcessResponse(
    int BatchId, 
    OperationResult^ OperationResult
)
new : 
        BatchId:int * 
        OperationResult:OperationResult -> EntityStagingProcessResponse
public function EntityStagingProcessResponse(
    BatchId : int, 
    OperationResult : OperationResult
)

パラメーター

  • BatchId
    型: System.Int32
    バッチに提供される結果のバッチ ID。

関連項目

参照

EntityStagingProcessResponse クラス

EntityStagingProcessResponse オーバーロード

Microsoft.MasterDataServices 名前空間