ModelStore.CreateNamedAnnotation<TAnnotation>, méthode (ModelIdentifier)
Crée un objet ModelAnnotation nommé à l'aide de l'identificateur de modèle fourni.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Function CreateNamedAnnotation(Of TAnnotation As IModelAnnotation) ( _
identifier As ModelIdentifier _
) As TAnnotation
public TAnnotation CreateNamedAnnotation<TAnnotation>(
ModelIdentifier identifier
)
where TAnnotation : IModelAnnotation
public:
generic<typename TAnnotation>
where TAnnotation : IModelAnnotation
TAnnotation CreateNamedAnnotation(
ModelIdentifier^ identifier
)
member CreateNamedAnnotation :
identifier:ModelIdentifier -> 'TAnnotation when 'TAnnotation : IModelAnnotation
JScript ne prend pas en charge les types ou les méthodes génériques.
Paramètres de type
- TAnnotation
Type qui est dérivé de IModelAnnotation.
Paramètres
- identifier
Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
ModelIdentifier qui contient le nom de l'annotation.
Valeur de retour
Type : TAnnotation
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