Condividi tramite


Metodo ModelStore.CreateAnnotation<TAnnotation>

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Function CreateAnnotation(Of TAnnotation As IModelAnnotation) As TAnnotation
public TAnnotation CreateAnnotation<TAnnotation>()
where TAnnotation : IModelAnnotation
public:
generic<typename TAnnotation>
where TAnnotation : IModelAnnotation
TAnnotation CreateAnnotation()
member CreateAnnotation : unit -> 'TAnnotation  when 'TAnnotation : IModelAnnotation
JScript non supporta i tipi o i metodi generici.

Parametri di tipo

  • TAnnotation

Valore restituito

Tipo: TAnnotation

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload CreateAnnotation

Spazio dei nomi Microsoft.Data.Schema.SchemaModel