Remove 메서드 (FullTextIndexColumn)
Removes a FullTextIndexColumn object from the FullTextIndexColumnCollection object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.