共用方式為


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
)

參數

範例

使用集合

請參閱

參考

FullTextIndexColumnCollection 類別

Remove 多載

Microsoft.SqlServer.Management.Smo 命名空間