ModelStore.Element Class

Used as a proxy to the element.

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

Syntax

'Declaration
Protected Friend MustInherit Class Element _
    Implements IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ModelStore.Element
protected internal abstract class Element : IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
protected public ref class Element abstract : IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
 abstract class Element implements IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type Element =  
    class
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelStore.Element
    Microsoft.Data.Schema.SchemaModel.DataSchemaModel.ScriptSourcedElement

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

ModelStore.Element Members

Microsoft.Data.Schema.SchemaModel Namespace