Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.StopListFullTextIndexOption
The STOPLIST option.