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>
)
パラメーター
- Batches
型: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatch> ) > ) >
返されるバッチ一覧。
- OperationResult
型: Microsoft.MasterDataServices. . :: . .OperationResult
追跡およびログ記録の一意の ID を含む操作結果。
- UnbatchedInformation
型: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingUnbatchedInformation> ) > ) >
バッチに関連付けられていないステージング システム内のレコードの概要情報。