Partager via


Méthode FullTextIndexColumn.Alter (Boolean)

Modifies the full text index column.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Alter ( _
    noPopulation As Boolean _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

FullTextIndexColumn Classe

Surcharge Alter

Espace de noms Microsoft.SqlServer.Management.Smo