この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定したバッチ カウント、バッチ、および操作結果で EntityStagingGetResponse クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
BatchCount As Integer, _
Batches As Collection(Of EntityStagingBatch), _
OperationResult As OperationResult _
)
'使用
Dim BatchCount As Integer
Dim Batches As Collection(Of EntityStagingBatch)
Dim OperationResult As OperationResult
Dim instance As New EntityStagingGetResponse(BatchCount, _
Batches, OperationResult)
public EntityStagingGetResponse(
int BatchCount,
Collection<EntityStagingBatch> Batches,
OperationResult OperationResult
)
public:
EntityStagingGetResponse(
int BatchCount,
Collection<EntityStagingBatch^>^ Batches,
OperationResult^ OperationResult
)
new :
BatchCount:int *
Batches:Collection<EntityStagingBatch> *
OperationResult:OperationResult -> EntityStagingGetResponse
public function EntityStagingGetResponse(
BatchCount : int,
Batches : Collection<EntityStagingBatch>,
OperationResult : OperationResult
)
パラメーター
- BatchCount
型: System.Int32
合計バッチ数。
- Batches
型: System.Collections.ObjectModel.Collection<EntityStagingBatch>
エンティティ ステージング バッチの一覧。
- OperationResult
型: Microsoft.MasterDataServices.OperationResult
操作結果。