テーブル要素のコンテナーを表します。
名前空間: Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ: Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Interface ITableElementContainer
public interface ITableElementContainer
public interface class ITableElementContainer
type ITableElementContainer = interface end
public interface ITableElementContainer
ITableElementContainer 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
ColumnDefinitions | 列定義のリストを取得します。 |
![]() |
TableConstraints | テーブル制約のリストを取得します。 |
このページのトップへ