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
- annotationClass
Type : Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Objet de métadonnées ModelAnnotationClass.
- identifier
Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
ModelIdentifier qui contient le nom de l'annotation.
Valeur de retour
Type : Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Annotation de modèle nommée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
CreateNamedAnnotation, surcharge