Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.