ServiceClient.EntityMemberAnnotationsCreate 메서드
Creates new annotations attached to a member.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Function EntityMemberAnnotationsCreate ( _
International As International, _
Annotations As Collection(Of Annotation), _
EntityId As Identifier, _
MemberId As MemberIdentifier, _
ModelId As Identifier, _
VersionId As Identifier _
) As OperationResult
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim Annotations As Collection(Of Annotation)
Dim EntityId As Identifier
Dim MemberId As MemberIdentifier
Dim ModelId As Identifier
Dim VersionId As Identifier
Dim returnValue As OperationResult
returnValue = instance.EntityMemberAnnotationsCreate(International, _
Annotations, EntityId, MemberId, _
ModelId, VersionId)
public OperationResult EntityMemberAnnotationsCreate(
International International,
Collection<Annotation> Annotations,
Identifier EntityId,
MemberIdentifier MemberId,
Identifier ModelId,
Identifier VersionId
)
public:
OperationResult^ EntityMemberAnnotationsCreate(
International^ International,
Collection<Annotation^>^ Annotations,
Identifier^ EntityId,
MemberIdentifier^ MemberId,
Identifier^ ModelId,
Identifier^ VersionId
)
member EntityMemberAnnotationsCreate :
International:International *
Annotations:Collection<Annotation> *
EntityId:Identifier *
MemberId:MemberIdentifier *
ModelId:Identifier *
VersionId:Identifier -> OperationResult
public function EntityMemberAnnotationsCreate(
International : International,
Annotations : Collection<Annotation>,
EntityId : Identifier,
MemberId : MemberIdentifier,
ModelId : Identifier,
VersionId : Identifier
) : OperationResult
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural settings.
- Annotations
유형: System.Collections.ObjectModel.Collection<Annotation>
The array of annotations to create.
- EntityId
유형: Microsoft.MasterDataServices.Identifier
The globally unique identifier (GUID) or the exact name of the entity.
- MemberId
유형: Microsoft.MasterDataServices.MemberIdentifier
The identifier of the member.
- ModelId
유형: Microsoft.MasterDataServices.Identifier
The globally unique identifier (GUID) or the exact name of the model.
- VersionId
유형: Microsoft.MasterDataServices.Identifier
The globally unique identifier (GUID) or the exact name of the model version.
반환 값
유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.