Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the STOPLIST option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property StopListOption As StopListFullTextIndexOption
Get
Set
'Usage
Dim instance As SetStopListAlterFullTextIndexAction
Dim value As StopListFullTextIndexOption
value = instance.StopListOption
instance.StopListOption = value
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.StopListFullTextIndexOption
The STOPLIST option.