ITableElementContainer Interface

Represents the table element container.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Interface ITableElementContainer
public interface ITableElementContainer
public interface class ITableElementContainer
type ITableElementContainer =  interface end
public interface ITableElementContainer

The ITableElementContainer type exposes the following members.

Properties

  Name Description
Public property ColumnDefinitions Gets a list of column definitions.
Public property TableConstraints Gets a list of table constraints.

Top

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace