ServiceClient.ModelMembersBulkUpdate メソッド
1 つ以上のエンティティにわたる、メンバー データの非同期一括更新を開始します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Function ModelMembersBulkUpdate ( _
International As International, _
ModelMembers As Collection(Of EntityMembers), _
<OutAttribute> ByRef StagingBatches As Collection(Of Identifier) _
) As OperationResult
'使用
Dim instance As ServiceClient
Dim International As International
Dim ModelMembers As Collection(Of EntityMembers)
Dim StagingBatches As Collection(Of Identifier)
Dim returnValue As OperationResult
returnValue = instance.ModelMembersBulkUpdate(International, _
ModelMembers, StagingBatches)
public OperationResult ModelMembersBulkUpdate(
International International,
Collection<EntityMembers> ModelMembers,
out Collection<Identifier> StagingBatches
)
public:
OperationResult^ ModelMembersBulkUpdate(
International^ International,
Collection<EntityMembers^>^ ModelMembers,
[OutAttribute] Collection<Identifier^>^% StagingBatches
)
member ModelMembersBulkUpdate :
International:International *
ModelMembers:Collection<EntityMembers> *
StagingBatches:Collection<Identifier> byref -> OperationResult
public function ModelMembersBulkUpdate(
International : International,
ModelMembers : Collection<EntityMembers>,
StagingBatches : Collection<Identifier>
) : OperationResult
パラメーター
- International
型: Microsoft.MasterDataServices.International
カルチャ設定。
- ModelMembers
型: System.Collections.ObjectModel.Collection<EntityMembers>
更新するメンバーのコレクション。
- StagingBatches
型: System.Collections.ObjectModel.Collection<Identifier>%
このメソッドが戻るとき、ステージング バッチの識別子のコレクションが含まれています。このパラメーターは初期化せずに渡されます。
戻り値
型: Microsoft.MasterDataServices.OperationResult
操作の結果が格納された OperationResult オブジェクトです。