FullTextIndexColumnCollection.Remove 方法 (FullTextIndexColumn)
Removes a FullTextIndexColumn object from the FullTextIndexColumnCollection object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub Remove ( _
fullTextIndexColumn As FullTextIndexColumn _
)
'用途
Dim instance As FullTextIndexColumnCollection
Dim fullTextIndexColumn As FullTextIndexColumn
instance.Remove(fullTextIndexColumn)
public void Remove(
FullTextIndexColumn fullTextIndexColumn
)
public:
void Remove(
FullTextIndexColumn^ fullTextIndexColumn
)
member Remove :
fullTextIndexColumn:FullTextIndexColumn -> unit
public function Remove(
fullTextIndexColumn : FullTextIndexColumn
)
參數
- fullTextIndexColumn
型別:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn
A FullTextIndexColumn object value that specifies the full-text index column to be removed from the FullTextIndexColumnCollection object.