FullTextIndexColumnCollection.Remove メソッド (FullTextIndexColumn)

FullTextIndexColumn オブジェクトを FullTextIndexColumnCollection オブジェクトから削除します。

名前空間:  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 名前空間