FullTextIndexColumn.Alter 方法 (Boolean)

Modifies the full text index column.

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

语法

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

参数

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

请参阅

参考

FullTextIndexColumn 类

Alter 重载

Microsoft.SqlServer.Management.Smo 命名空间