AnnotationClass Class

The metadata class for annotations.

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

Syntax

'Declaration
Public NotInheritable Class AnnotationClass _
    Inherits PropertyContainerClass
'Usage
Dim instance As AnnotationClass
public sealed class AnnotationClass : PropertyContainerClass
public ref class AnnotationClass sealed : public PropertyContainerClass
public final class AnnotationClass extends PropertyContainerClass

Remarks

ModelStore metadata classes provide access to the structure and instance data in a ModelStore instance at a level lower than the facade layer.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.PropertyContainerClass
    Microsoft.Data.Schema.SchemaModel.AnnotationClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AnnotationClass Members

Microsoft.Data.Schema.SchemaModel Namespace