ModelElement Class
Inheritance Hierarchy
System..::..Object
Microsoft.Data.Tools.Model.Simple..::..ModelObject
Microsoft.Data.Tools.Model.Simple..::..ModelElement
Microsoft.Data.Tools.Model.Simple..::..ForeignKeyPart
Microsoft.Data.Tools.Model.Simple..::..NameableModelElement
Microsoft.Data.Tools.Model.Simple..::..PrimaryKeyPart
Microsoft.Data.Tools.Model.Simple..::..RelationalModel
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public MustInherit Class ModelElement _
Inherits ModelObject _
Implements IModelObject
'Usage
Dim instance As ModelElement
public abstract class ModelElement : ModelObject,
IModelObject
public ref class ModelElement abstract : public ModelObject,
IModelObject
[<AbstractClassAttribute>]
type ModelElement =
class
inherit ModelObject
interface IModelObject
end
public abstract class ModelElement extends ModelObject implements IModelObject
The ModelElement type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ChildNodes | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
Model | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
ParentNode | Gets {insert text here}. (Inherited from ModelObject.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddAnnotation | (Inherited from ModelObject.) |
![]() |
CreateScript | (Inherited from ModelObject.) |
![]() |
Delete | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAncestor< (Of < <' (T> ) > > ) | (Inherited from ModelObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetAnnotation | (Inherited from ModelObject.) |
Top
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.
.gif)
.gif)
.gif)