StagingGetResponse コンストラクター (Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

指定されたバッチ一覧、操作結果、およびバッチ化されていない項目の情報を使用して StagingGetResponse クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    Batches As Collection(Of StagingBatch), _
    OperationResult As OperationResult, _
    UnbatchedInformation As Collection(Of StagingUnbatchedInformation) _
)
'使用
Dim Batches As Collection(Of StagingBatch)
Dim OperationResult As OperationResult
Dim UnbatchedInformation As Collection(Of StagingUnbatchedInformation)

Dim instance As New StagingGetResponse(Batches, _
    OperationResult, UnbatchedInformation)
public StagingGetResponse(
    Collection<StagingBatch> Batches,
    OperationResult OperationResult,
    Collection<StagingUnbatchedInformation> UnbatchedInformation
)
public:
StagingGetResponse(
    Collection<StagingBatch^>^ Batches, 
    OperationResult^ OperationResult, 
    Collection<StagingUnbatchedInformation^>^ UnbatchedInformation
)
new : 
        Batches:Collection<StagingBatch> * 
        OperationResult:OperationResult * 
        UnbatchedInformation:Collection<StagingUnbatchedInformation> -> StagingGetResponse
public function StagingGetResponse(
    Batches : Collection<StagingBatch>, 
    OperationResult : OperationResult, 
    UnbatchedInformation : Collection<StagingUnbatchedInformation>
)

パラメーター

関連項目

参照

StagingGetResponse クラス

StagingGetResponse オーバーロード

Microsoft.MasterDataServices 名前空間