Costruttore FullTextCatalog (Database, String)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    database As Database, _
    name As String _
)
'Utilizzo
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
)

Parametri

Esempi

Implementazione della ricerca full-text

Vedere anche

Riferimento

FullTextCatalog Classe

Overload FullTextCatalog

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Cenni preliminari sulla ricerca full-text

CREATE FULLTEXT CATALOG (Transact-SQL)