ServiceClient.ModelMembersBulkMerge 메서드
Begins the asynchronous bulk creation and/or update of member data across one or more entities.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Function ModelMembersBulkMerge ( _
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.ModelMembersBulkMerge(International, _
ModelMembers, StagingBatches)
public OperationResult ModelMembersBulkMerge(
International International,
Collection<EntityMembers> ModelMembers,
out Collection<Identifier> StagingBatches
)
public:
OperationResult^ ModelMembersBulkMerge(
International^ International,
Collection<EntityMembers^>^ ModelMembers,
[OutAttribute] Collection<Identifier^>^% StagingBatches
)
member ModelMembersBulkMerge :
International:International *
ModelMembers:Collection<EntityMembers> *
StagingBatches:Collection<Identifier> byref -> OperationResult
public function ModelMembersBulkMerge(
International : International,
ModelMembers : Collection<EntityMembers>,
StagingBatches : Collection<Identifier>
) : OperationResult
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural settings.
- ModelMembers
유형: System.Collections.ObjectModel.Collection<EntityMembers>
The collection of members to merge.
- StagingBatches
유형: System.Collections.ObjectModel.Collection<Identifier>%
When this method returns, contains a collection of identifiers of the staging batch. This parameter is passed uninitialized.
반환 값
유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.