StopListFullTextIndexOption.StopListName 属性

Gets or sets the name of the stoplist, can be empty (in case of OFF) or SYSTEM.

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

语法

声明
Public Property StopListName As Identifier 
    Get 
    Set
用法
Dim instance As StopListFullTextIndexOption 
Dim value As Identifier 

value = instance.StopListName

instance.StopListName = value
public Identifier StopListName { get; set; }
public:
property Identifier^ StopListName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member StopListName : Identifier with get, set
function get StopListName () : Identifier 
function set StopListName (value : Identifier)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the stoplist.

请参阅

参考

StopListFullTextIndexOption 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间