次の方法で共有


AlterTableSetStatement.Options プロパティ

設定するテーブル オプションの一覧を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property Options As IList(Of TableOption)
'使用
Dim instance As AlterTableSetStatement
Dim value As IList(Of TableOption)

value = instance.Options
public IList<TableOption> Options { get; }
public:
property IList<TableOption^>^ Options {
    IList<TableOption^>^ get ();
}
public function get Options () : IList<TableOption>

プロパティ値

型 : System.Collections.Generic.IList<TableOption>

参照

参照

AlterTableSetStatement クラス

AlterTableSetStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間