Compartir a través de


FullTextIndexColumn.Alter Método (Boolean)

Modifies the full text index column.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Alter ( _
    noPopulation As Boolean _
)
'Uso
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
)

Parámetros

  • noPopulation
    Tipo: System.Boolean
    Specifies whether the full-text index is automatically populated after columns are modified.

Vea también

Referencia

FullTextIndexColumn Clase

Sobrecarga de Alter

Espacio de nombres Microsoft.SqlServer.Management.Smo