Compartilhar via


Método FullTextCatalogCollection.Add

Adds a Full Text Catalog to the FullTextCatalog collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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

Exemplos

Usando coleções

Consulte também

Referência

FullTextCatalogCollection Classe

Namespace Microsoft.SqlServer.Management.Smo