StopListFullTextIndexOption.StopListName Property

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property StopListName As Identifier 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

StopListFullTextIndexOption Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace