Sdílet prostřednictvím


ModelStore.CreateAnnotation<TAnnotation> – metoda

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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
Jazyk JScript nepodporuje obecné typy a metody.

Parametry typu

  • TAnnotation

Vrácená hodnota

Typ: TAnnotation

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelStore Třída

CreateAnnotation – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů