ServiceClient.EntityMemberAnnotationsGet 메서드
Retrieves the annotations attached to a member.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Function EntityMemberAnnotationsGet ( _
International As International, _
ByRef EntityId As Identifier, _
ByRef MemberId As MemberIdentifier, _
ByRef ModelId As Identifier, _
ByRef VersionId As Identifier, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Collection(Of Annotation)
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim EntityId As Identifier
Dim MemberId As MemberIdentifier
Dim ModelId As Identifier
Dim VersionId As Identifier
Dim OperationResult As OperationResult
Dim returnValue As Collection(Of Annotation)
returnValue = instance.EntityMemberAnnotationsGet(International, _
EntityId, MemberId, ModelId, VersionId, _
OperationResult)
public Collection<Annotation> EntityMemberAnnotationsGet(
International International,
ref Identifier EntityId,
ref MemberIdentifier MemberId,
ref Identifier ModelId,
ref Identifier VersionId,
out OperationResult OperationResult
)
public:
Collection<Annotation^>^ EntityMemberAnnotationsGet(
International^ International,
Identifier^% EntityId,
MemberIdentifier^% MemberId,
Identifier^% ModelId,
Identifier^% VersionId,
[OutAttribute] OperationResult^% OperationResult
)
member EntityMemberAnnotationsGet :
International:International *
EntityId:Identifier byref *
MemberId:MemberIdentifier byref *
ModelId:Identifier byref *
VersionId:Identifier byref *
OperationResult:OperationResult byref -> Collection<Annotation>
public function EntityMemberAnnotationsGet(
International : International,
EntityId : Identifier,
MemberId : MemberIdentifier,
ModelId : Identifier,
VersionId : Identifier,
OperationResult : OperationResult
) : Collection<Annotation>
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural settings.
- EntityId
유형: Microsoft.MasterDataServices.Identifier%
The globally unique identifier (GUID) or the exact name of the entity, passed by reference.
- MemberId
유형: Microsoft.MasterDataServices.MemberIdentifier%
The identifier of the member, passed by reference.
- ModelId
유형: Microsoft.MasterDataServices.Identifier%
The globally unique identifier (GUID) or the exact name of the model, passed by reference.
- VersionId
유형: Microsoft.MasterDataServices.Identifier%
The globally unique identifier (GUID) or the exact name of the model version, passed by reference.
- OperationResult
유형: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
반환 값
유형: System.Collections.ObjectModel.Collection<Annotation>
A collection of member annotations attached to a member.