ModelSchema.AddAnnotationClass Method
Adds an annotation class to this schema.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AddAnnotationClass ( _
annotationClass As ModelAnnotationClass _
)
public void AddAnnotationClass(
ModelAnnotationClass annotationClass
)
public:
void AddAnnotationClass(
ModelAnnotationClass^ annotationClass
)
member AddAnnotationClass :
annotationClass:ModelAnnotationClass -> unit
public function AddAnnotationClass(
annotationClass : ModelAnnotationClass
)
Parameters
- annotationClass
Type: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
The ModelAnnotationClass metadata object to add.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.