Freigeben über


FullTextIndexColumn.Create-Methode (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.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Create ( _
    noPopulation As Boolean _
)
'Usage
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
)

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.

Siehe auch

Verweis

FullTextIndexColumn Klasse

Create-Überladung

Microsoft.SqlServer.Management.Smo-Namespace