Partager via


ModelStore.CreateNamedAnnotation, méthode (ModelAnnotationClass, ModelIdentifier)

Crée un objet ModelAnnotation nommé à l'aide de l'objet de métadonnées d'annotation et de l'identificateur fournis.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function CreateNamedAnnotation ( _
    annotationClass As ModelAnnotationClass, _
    identifier As ModelIdentifier _
) As IModelAnnotation
public IModelAnnotation CreateNamedAnnotation(
    ModelAnnotationClass annotationClass,
    ModelIdentifier identifier
)
public:
IModelAnnotation^ CreateNamedAnnotation(
    ModelAnnotationClass^ annotationClass, 
    ModelIdentifier^ identifier
)
member CreateNamedAnnotation : 
        annotationClass:ModelAnnotationClass * 
        identifier:ModelIdentifier -> IModelAnnotation 
public function CreateNamedAnnotation(
    annotationClass : ModelAnnotationClass, 
    identifier : ModelIdentifier
) : IModelAnnotation

Paramètres

Valeur de retour

Type : Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Annotation de modèle nommée.

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

CreateNamedAnnotation, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

ModelAnnotationClass

ModelIdentifier

IModelAnnotation