ModelStore.CreateAnnotation<TAnnotation> (Método)

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 no admite el uso de métodos ni tipos genéricos.

Parámetros de tipo

  • TAnnotation

Valor devuelto

Tipo: TAnnotation

Seguridad de .NET Framework

Vea también

Referencia

ModelStore Clase

CreateAnnotation (Sobrecarga)

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)