ModelMembersBulkUpdateResponse コンストラクター (OperationResult, Collection<Identifier>)
指定された操作結果とステージング バッチを持つ ModelMembersBulkUpdateResponse クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
OperationResult As OperationResult, _
StagingBatches As Collection(Of Identifier) _
)
'使用
Dim OperationResult As OperationResult
Dim StagingBatches As Collection(Of Identifier)
Dim instance As New ModelMembersBulkUpdateResponse(OperationResult, _
StagingBatches)
public ModelMembersBulkUpdateResponse(
OperationResult OperationResult,
Collection<Identifier> StagingBatches
)
public:
ModelMembersBulkUpdateResponse(
OperationResult^ OperationResult,
Collection<Identifier^>^ StagingBatches
)
new :
OperationResult:OperationResult *
StagingBatches:Collection<Identifier> -> ModelMembersBulkUpdateResponse
public function ModelMembersBulkUpdateResponse(
OperationResult : OperationResult,
StagingBatches : Collection<Identifier>
)
パラメーター
- OperationResult
型: Microsoft.MasterDataServices.OperationResult
追跡およびログ記録の一意の ID を含む操作結果。
- StagingBatches
型: System.Collections.ObjectModel.Collection<Identifier>
ステージング バッチ識別子を含む配列。
関連項目
参照
ModelMembersBulkUpdateResponse クラス