ModelStore.CreateAnnotation-Methode (Type)

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

Syntax

'Declaration
Public Function CreateAnnotation ( _
    annotationType As Type _
) As IModelAnnotation
public IModelAnnotation CreateAnnotation(
    Type annotationType
)
public:
IModelAnnotation^ CreateAnnotation(
    Type^ annotationType
)
member CreateAnnotation : 
        annotationType:Type -> IModelAnnotation 
public function CreateAnnotation(
    annotationType : Type
) : IModelAnnotation

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelAnnotation

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelStore Klasse

CreateAnnotation-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace