ServiceClient::EntityMemberAnnotationsGet Method
SQL Server 2012
Retrieves the annotations attached to a member.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
public:
Collection<Annotation^>^ EntityMemberAnnotationsGet(
International^ International,
Identifier^% EntityId,
MemberIdentifier^% MemberId,
Identifier^% ModelId,
Identifier^% VersionId,
[OutAttribute] OperationResult^% OperationResult
)
Parameters
- International
- Type: Microsoft.MasterDataServices::International
The cultural settings.
- EntityId
- Type: Microsoft.MasterDataServices::Identifier%
The globally unique identifier (GUID) or the exact name of the entity, passed by reference.
- MemberId
- Type: Microsoft.MasterDataServices::MemberIdentifier%
The identifier of the member, passed by reference.
- ModelId
- Type: Microsoft.MasterDataServices::Identifier%
The globally unique identifier (GUID) or the exact name of the model, passed by reference.
- VersionId
- Type: Microsoft.MasterDataServices::Identifier%
The globally unique identifier (GUID) or the exact name of the model version, passed by reference.
- OperationResult
- Type: Microsoft.MasterDataServices::OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Return Value
Type: System.Collections.ObjectModel::Collection<Annotation>A collection of member annotations attached to a member.