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.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Create ( _
    noPopulation As Boolean _
)
用法
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
)

参数

  • noPopulation
    类型: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.

请参阅

参考

FullTextIndexColumn 类

Create 重载

Microsoft.SqlServer.Management.Smo 命名空间