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