Freigeben über


ModelStore.CreateAnnotation<TAnnotation>-Methode

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

Syntax

'Declaration
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 unterstützt keine generischen Typen oder Methoden.

Typparameter

  • TAnnotation

Rückgabewert

Typ: TAnnotation

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelStore Klasse

CreateAnnotation-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace