FullTextCatalog Constructores

Definición

Sobrecargas

FullTextCatalog()

public FullTextCatalog();
Public Sub New ()

Se aplica a

FullTextCatalog(Database, String)

public FullTextCatalog(Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.FullTextCatalog : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.FullTextCatalog
Public Sub New (database As Database, name As String)

Parámetros

database
Database
name
String

Se aplica a