다음을 통해 공유


FullTextIndex 생성자 (TableViewBase)

Initializes a new instance of the FullTextCatalog class on the specified parent table or view object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub New ( _
    parent As TableViewBase _
)
‘사용 방법
Dim parent As TableViewBase 

Dim instance As New FullTextIndex(parent)
public FullTextIndex(
    TableViewBase parent
)
public:
FullTextIndex(
    TableViewBase^ parent
)
new : 
        parent:TableViewBase -> FullTextIndex
public function FullTextIndex(
    parent : TableViewBase
)

매개 변수

전체 텍스트 검색 구현

참고 항목

참조

FullTextIndex 클래스

FullTextIndex 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

전체 텍스트 검색 개요

CREATE FULLTEXT INDEX(Transact-SQL)