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 | |
---|---|---|
ColumnDefinitions | Gets a list of column definitions. | |
TableConstraints | Gets a list of table constraints. |
Top