Udostępnij przez


Metoda FullTextIndexColumn.Create (Boolean)

Creates a full-text index column on the instance of Microsoft SQL Server as defined by the FullTextIndexColumn object with the option to specify whether the full-text index is automatically populated after columns are added or removed.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub Create ( _
    noPopulation As Boolean _
)
'Użycie
Dim instance As FullTextIndexColumn
Dim noPopulation As Boolean

instance.Create(noPopulation)
public void Create(
    bool noPopulation
)
public:
void Create(
    bool noPopulation
)
member Create : 
        noPopulation:bool -> unit 
public function Create(
    noPopulation : boolean
)

Parametry

  • noPopulation
    Typ: System.Boolean
    A Boolean wartość określająca, czy indeks pełnotekstowy jest wypełniane automatycznie po kolumn są dodawane lub usuwane.
    Jeśli True, indeksu pełnotekstowego nie jest automatycznie wypełnione po kolumn są dodawane lub usuwane.
    Jeśli ma wartość FAŁSZ, indeksu pełnotekstowego jest wypełniane automatycznie po kolumn są dodawane lub usuwane.