共用方式為


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 命名空間