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.