Share via


FullTextCatalog 생성자 (Database, String)

Initializes a new instance of the FullTextCatalog class on the specified database and with the specified name.

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

구문

‘선언
Public Sub New ( _
    database As Database, _
    name As String _
)
‘사용 방법
Dim database As Database 
Dim name As String 

Dim instance As New FullTextCatalog(database, _
    name)
public FullTextCatalog(
    Database database,
    string name
)
public:
FullTextCatalog(
    Database^ database, 
    String^ name
)
new : 
        database:Database * 
        name:string -> FullTextCatalog
public function FullTextCatalog(
    database : Database, 
    name : String
)

매개 변수

전체 텍스트 검색 구현

참고 항목

참조

FullTextCatalog 클래스

FullTextCatalog 오버로드

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

관련 자료

전체 텍스트 검색 개요

CREATE FULLTEXT CATALOG(Transact-SQL)