共用方式為


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)
    Get
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>

.NET Framework 安全性

請參閱

參考

CreateFullTextIndexStatement 類別

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