省略可能な CHANGE_TRACKING オプションと STOPLIST オプションの一覧を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public ReadOnly Property Options As IList(Of FullTextIndexOption)
Get
'使用
Dim instance As CreateFullTextIndexStatement
Dim value As IList(Of FullTextIndexOption)
value = instance.Options
public IList<FullTextIndexOption> Options { get; }
public:
property IList<FullTextIndexOption^>^ Options {
IList<FullTextIndexOption^>^ get ();
}
member Options : IList<FullTextIndexOption>
function get Options () : IList<FullTextIndexOption>
プロパティ値
型: System.Collections.Generic.IList<FullTextIndexOption>
省略可能な CHANGE_TRACKING オプションと STOPLIST オプションの一覧。