CreateFullTextIndexStatement.Options プロパティ

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

構文

'宣言
Public ReadOnly Property Options As IList(Of FullTextIndexOption)
'使用
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 ();
}
public function get Options () : IList<FullTextIndexOption>

プロパティ値

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

参照

参照

CreateFullTextIndexStatement クラス

CreateFullTextIndexStatement メンバ

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