Compartilhar via


Classe FullTextIndexColumnCollection

The FullTextIndexColumnCollection class represents a collection of FullTextIndexColumn objects that represent all the full-text index columns 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 FullTextIndexColumnCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As FullTextIndexColumnCollection
public sealed class FullTextIndexColumnCollection : SimpleObjectCollectionBase
public ref class FullTextIndexColumnCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type FullTextIndexColumnCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class FullTextIndexColumnCollection extends SimpleObjectCollectionBase

Comentários

A FullTextIndexColumnCollection object can be used to gain access to a set of full-text index columns. You can use the Item property to return a specific FullTextIndexColumnCollection object.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

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.