FullTextIndex.StopListOption 属性

Gets the stop list option associated with the full-text index.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property StopListOption As StopListOption 
    Get 
    Set
用法
Dim instance As FullTextIndex 
Dim value As StopListOption 

value = instance.StopListOption

instance.StopListOption = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public StopListOption StopListOption { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property StopListOption StopListOption {
    StopListOption get ();
    void set (StopListOption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member StopListOption : StopListOption with get, set
function get StopListOption () : StopListOption 
function set StopListOption (value : StopListOption)

属性值

类型:Microsoft.SqlServer.Management.Smo.StopListOption
A StopListOption value that specifies the stop list option.

示例

实现全文搜索

请参阅

参考

FullTextIndex 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

全文搜索概述

CREATE FULLTEXT INDEX (Transact-SQL)