Partager via


Interface IIndexedColumn

Represents a SQL Server column that is participating in an index.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IIndexedColumn _
    Inherits IMetadataObject
'Utilisation
Dim instance As IIndexedColumn
public interface IIndexedColumn : IMetadataObject
public interface class IIndexedColumn : IMetadataObject
type IIndexedColumn =  
    interface
        interface IMetadataObject
    end
public interface IIndexedColumn extends IMetadataObject

Le type IIndexedColumn expose les membres suivants.

Propriétés

  Nom Description
Propriété publique IsIncluded Gets a value that indicates whether the column is included in the index.
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)
Propriété publique ReferencedColumn Gets the IColumn object that represents the column that is referenced by the indexed column.
Propriété publique SortOrder Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order.

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.)

Haut de la page