SetStopListAlterFullTextIndexAction.StopListOption Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the STOPLIST option.

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

Syntax

public StopListFullTextIndexOption StopListOption { get; set; }
public:
property StopListFullTextIndexOption^ StopListOption {
    StopListFullTextIndexOption^ get();
    void set(StopListFullTextIndexOption^ value);
}
member StopListOption : StopListFullTextIndexOption with get, set
Public Property StopListOption As StopListFullTextIndexOption

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.StopListFullTextIndexOption

The STOPLIST option.

See Also

SetStopListAlterFullTextIndexAction Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top