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.
Removes the full-text index column with the option to specify whether the full-text index is automatically populated after columns are added or removed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Drop ( _
noPopulation As Boolean _
)
'Usage
Dim instance As FullTextIndexColumn
Dim noPopulation As Boolean
instance.Drop(noPopulation)
public void Drop(
bool noPopulation
)
public:
void Drop(
bool noPopulation
)
member Drop :
noPopulation:bool -> unit
public function Drop(
noPopulation : boolean
)
Parameter
- noPopulation
Typ: System.Boolean
A Boolean value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.