共用方式為


SetStopListAlterFullTextIndexAction.StopListOption 屬性

取得或設定 STOPLIST 選項。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property StopListOption As StopListFullTextIndexOption
    Get
    Set
public StopListFullTextIndexOption StopListOption { get; set; }
public:
property StopListFullTextIndexOption^ StopListOption {
    StopListFullTextIndexOption^ get ();
    void set (StopListFullTextIndexOption^ value);
}
member StopListOption : StopListFullTextIndexOption with get, set
function get StopListOption () : StopListFullTextIndexOption
function set StopListOption (value : StopListFullTextIndexOption)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.StopListFullTextIndexOption

.NET Framework 安全性

請參閱

參考

SetStopListAlterFullTextIndexAction 類別

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