Freigeben über


IIndexedColumn-Schnittstelle

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface IIndexedColumn _
    Inherits IMetadataObject
'Usage
Dim instance As IIndexedColumn
public interface IIndexedColumn : IMetadataObject
public interface class IIndexedColumn : IMetadataObject
type IIndexedColumn =  
    interface
        interface IMetadataObject
    end
public interface IIndexedColumn extends IMetadataObject

Der IIndexedColumn-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsIncluded Gets a value that indicates whether the column is included in the index.
Öffentliche Eigenschaft Name Gets the name of the metadata object. (Geerbt von IMetadataObject.)
Öffentliche Eigenschaft ReferencedColumn Gets the IColumn object that represents the column that is referenced by the indexed column.
Öffentliche Eigenschaft SortOrder Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Geerbt von IMetadataObject.)

Zum Anfang