Table Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelObject
    Microsoft.Data.Tools.Model.Simple..::..ModelElement
      Microsoft.Data.Tools.Model.Simple..::..NameableModelElement
        Microsoft.Data.Tools.Model.Simple..::..Table

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Class Table _
    Inherits NameableModelElement _
    Implements ITable, IReferenceableModelObject, IModelElement, IModelObject
'Usage
Dim instance As Table
public class Table : NameableModelElement, ITable, 
    IReferenceableModelObject, IModelElement, IModelObject
public ref class Table : public NameableModelElement, 
    ITable, IReferenceableModelObject, IModelElement, IModelObject
type Table =  
    class
        inherit NameableModelElement
        interface ITable
        interface IReferenceableModelObject
        interface IModelElement
        interface IModelObject
    end
public class Table extends NameableModelElement implements ITable, IReferenceableModelObject, IModelElement, IModelObject

The Table type exposes the following members.

Constructors

  Name Description
Public method Table(Schema) Initializes a new instance of the Table class.
Public method Table(Schema, IQualifiedIdentifier) Initializes a new instance of the Table class.
Public method Table(Schema, String) Initializes a new instance of the Table class.

Top

Properties

  Name Description
Public property ChildNodes Gets {insert text here}. (Overrides ModelObject..::..ChildNodes.)
Public property Columns Gets {insert text here}.
Public property ForeignKeys Gets {insert text here}.
Public property Identifier Gets {insert text here}. (Inherited from NameableModelElement.)
Public property Model Gets {insert text here}. (Inherited from ModelObject.)
Public property Name Gets {insert text here}. (Inherited from NameableModelElement.)
Public property ParentNode Gets {insert text here}. (Inherited from ModelObject.)
Public property PrimaryKey Gets {insert text here}.
Public property Schema Gets {insert text here}.

Top

Methods

  Name Description
Public method AddAnnotation (Inherited from ModelObject.)
Public method CreateColumn(String)
Public method CreateColumn(IQualifiedIdentifier)
Public method CreateForeignKey(String)
Public method CreateForeignKey(IQualifiedIdentifier)
Public method CreatePrimaryKey(String)
Public method CreatePrimaryKey(IQualifiedIdentifier)
Public method CreateScript (Inherited from ModelObject.)
Public method Delete (Inherited from ModelElement.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAncestor< (Of < <' (T> ) > > ) (Inherited from ModelObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetReferencesToObject (Inherited from NameableModelElement.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.Tools.Model.Simple Namespace