Metodo ModelStore.CreateNamedAnnotation<TAnnotation> (ModelIdentifier)
Crea un oggetto ModelAnnotation denominato utilizzando l'identificatore di modello specificato.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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 non supporta i tipi o i metodi generici.
Parametri di tipo
- TAnnotation
Oggetto Type derivato dall'oggetto IModelAnnotation.
Parametri
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
ModelIdentifier che contiene il nome dell'annotazione.
Valore restituito
Tipo: TAnnotation
Annotazione del modello denominata.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Overload CreateNamedAnnotation