次の方法で共有


EntityStagingGetResponse コンストラクター (Int32, Collection<EntityStagingBatch>, OperationResult)

この 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
)

パラメーター

関連項目

参照

EntityStagingGetResponse クラス

EntityStagingGetResponse オーバーロード

Microsoft.MasterDataServices 名前空間