Udostępnij za pośrednictwem


Konstruktor FullTextCatalog (Database, String)

Inicjuje nowe wystąpienie FullTextCatalog klasy określonej bazy danych i o określonej nazwie.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Public Sub New ( _
    database As Database, _
    name As String _
)
'Użycie
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
)

Parameters