Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the EntityMembersMergeResponse class that has the specified created members and operation result.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
CreatedMembers As Collection(Of MemberIdentifier), _
OperationResult As OperationResult _
)
'Usage
Dim CreatedMembers As Collection(Of MemberIdentifier)
Dim OperationResult As OperationResult
Dim instance As New EntityMembersMergeResponse(CreatedMembers, _
OperationResult)
public EntityMembersMergeResponse(
Collection<MemberIdentifier> CreatedMembers,
OperationResult OperationResult
)
public:
EntityMembersMergeResponse(
Collection<MemberIdentifier^>^ CreatedMembers,
OperationResult^ OperationResult
)
new :
CreatedMembers:Collection<MemberIdentifier> *
OperationResult:OperationResult -> EntityMembersMergeResponse
public function EntityMembersMergeResponse(
CreatedMembers : Collection<MemberIdentifier>,
OperationResult : OperationResult
)
Parameters
- CreatedMembers
Type: System.Collections.ObjectModel.Collection<MemberIdentifier>
The collection of the created members.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
See Also
Reference
EntityMembersMergeResponse Class