Classe IndexedColumnCollection

The IndexedColumnCollection class represents a collection of IndexedColumn objects that represent all the indexed columns defined on the instance of SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class IndexedColumnCollection _
    Inherits ParameterCollectionBase
'Utilisation
Dim instance As IndexedColumnCollection
public sealed class IndexedColumnCollection : ParameterCollectionBase
public ref class IndexedColumnCollection sealed : public ParameterCollectionBase
[<SealedAttribute>]
type IndexedColumnCollection =  
    class
        inherit ParameterCollectionBase
    end
public final class IndexedColumnCollection extends ParameterCollectionBase

Notes

An IndexedColumnCollection object can be used to gain access to a set of indexed columns. You can use the Item property to return a specific IndexedColumn object.

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.