Freigeben über


ModelStore.CreateAnnotation-Methode (ModelAnnotationClass)

Erstellt eine Anmerkung mithilfe der angegebenen Anmerkungsmetadaten.

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

Syntax

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

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Die erstellte Anmerkung.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelStore Klasse

CreateAnnotation-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

ModelAnnotationClass