Método ModelStore.CreateAnnotation<TAnnotation>

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

  • TAnnotation

Valor de retorno

Tipo: TAnnotation

Segurança do .NET Framework

Consulte também

Referência

ModelStore Classe

Sobrecargas CreateAnnotation

Namespace Microsoft.Data.Schema.SchemaModel