ElementClass Class
The metadata class for elements.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public NotInheritable Class ElementClass _
Inherits PropertyContainerClass
'Usage
Dim instance As ElementClass
public sealed class ElementClass : PropertyContainerClass
public ref class ElementClass sealed : public PropertyContainerClass
public final class ElementClass 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.ElementClass
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.