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 命名空间