Compartir a través de


FullTextCatalogCollection.Add Método

Adds a Full Text Catalog to the FullTextCatalog collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    fullTextCatalog As FullTextCatalog _
)
'Uso
Dim instance As FullTextCatalogCollection 
Dim fullTextCatalog As FullTextCatalog

instance.Add(fullTextCatalog)
public void Add(
    FullTextCatalog fullTextCatalog
)
public:
void Add(
    FullTextCatalog^ fullTextCatalog
)
member Add : 
        fullTextCatalog:FullTextCatalog -> unit
public function Add(
    fullTextCatalog : FullTextCatalog
)

Parámetros

Ejemplos

Usar colecciones

Vea también

Referencia

FullTextCatalogCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo