Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the EntityMemberAnnotationsCreateRequest class that has the specified cultural settings, annotations, and entity, member, model, and version ID.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
International As International, _
Annotations As Collection(Of Annotation), _
EntityId As Identifier, _
MemberId As MemberIdentifier, _
ModelId As Identifier, _
VersionId As Identifier _
)
'Utilisation
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 instance As New EntityMemberAnnotationsCreateRequest(International, _
Annotations, EntityId, MemberId, _
ModelId, VersionId)
public EntityMemberAnnotationsCreateRequest(
International International,
Collection<Annotation> Annotations,
Identifier EntityId,
MemberIdentifier MemberId,
Identifier ModelId,
Identifier VersionId
)
public:
EntityMemberAnnotationsCreateRequest(
International^ International,
Collection<Annotation^>^ Annotations,
Identifier^ EntityId,
MemberIdentifier^ MemberId,
Identifier^ ModelId,
Identifier^ VersionId
)
new :
International:International *
Annotations:Collection<Annotation> *
EntityId:Identifier *
MemberId:MemberIdentifier *
ModelId:Identifier *
VersionId:Identifier -> EntityMemberAnnotationsCreateRequest
public function EntityMemberAnnotationsCreateRequest(
International : International,
Annotations : Collection<Annotation>,
EntityId : Identifier,
MemberId : MemberIdentifier,
ModelId : Identifier,
VersionId : Identifier
)
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural setting.
- Annotations
Type : System.Collections.ObjectModel.Collection<Annotation>
The array of annotations to create.
- EntityId
Type : Microsoft.MasterDataServices.Identifier
The globally unique identifier (GUID) or the exact name of the entity.
- MemberId
Type : Microsoft.MasterDataServices.MemberIdentifier
The identifier of the member.
- ModelId
Type : Microsoft.MasterDataServices.Identifier
The GUID or the exact name of the model.
- VersionId
Type : Microsoft.MasterDataServices.Identifier
The GUID or the exact name of the model version.
Voir aussi
Référence
EntityMemberAnnotationsCreateRequest Classe