Udostępnij za pośrednictwem


Metoda FullTextCatalogCollection.Add

Dodaje pełnego wykazu tekst do kolekcja FullTextCatalog.

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

Składnia

'Deklaracja
Public Sub Add ( _
    fullTextCatalog As FullTextCatalog _
)
'Użycie
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
)