Share via


Classe FullTextCatalogCollection

The FullTextCatalogCollection class represents a collection of FullTextCatalog objects that represent all the full-text catalogs defined on the parent object.

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

Sintaxe

'Declaração
Public NotInheritable Class FullTextCatalogCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As FullTextCatalogCollection
public sealed class FullTextCatalogCollection : SimpleObjectCollectionBase
public ref class FullTextCatalogCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type FullTextCatalogCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class FullTextCatalogCollection extends SimpleObjectCollectionBase

Comentários

A FullTextCatalogCollection object can be used to gain access to a set of full-text catalogs. You can use the Item property to return a specific FullTextCatalog object.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.