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
)
パラメーター
- fullTextIndexColumn
型: Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndexColumn
FullTextIndexColumnCollection オブジェクトから削除するフルテキスト インデックス列を示す FullTextIndexColumn オブジェクトの値です。