Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates new annotations attached to a member.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
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
'Usage
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
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- Annotations
Typ: System.Collections.ObjectModel.Collection<Annotation>
The array of annotations to create.
- EntityId
Typ: Microsoft.MasterDataServices.Identifier
The globally unique identifier (GUID) or the exact name of the entity.
- MemberId
Typ: Microsoft.MasterDataServices.MemberIdentifier
The identifier of the member.
- ModelId
Typ: Microsoft.MasterDataServices.Identifier
The globally unique identifier (GUID) or the exact name of the model.
- VersionId
Typ: Microsoft.MasterDataServices.Identifier
The globally unique identifier (GUID) or the exact name of the model version.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.