この 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。
- OperationResult
型: Microsoft.MasterDataServices.OperationResult
操作結果。
関連項目
参照
EntityStagingProcessResponse クラス