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.
Modifies the full text index column.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Alter ( _
noPopulation As Boolean _
)
'Usage
Dim instance As FullTextIndexColumn
Dim noPopulation As Boolean
instance.Alter(noPopulation)
public void Alter(
bool noPopulation
)
public:
void Alter(
bool noPopulation
)
member Alter :
noPopulation:bool -> unit
public function Alter(
noPopulation : boolean
)
Parameters
- noPopulation
Type: System.Boolean
Specifies whether the full-text index is automatically populated after columns are modified.