IIndexedColumn 接口

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

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Interface IIndexedColumn _
    Inherits IMetadataObject
用法
Dim instance As IIndexedColumn
public interface IIndexedColumn : IMetadataObject
public interface class IIndexedColumn : IMetadataObject
type IIndexedColumn =  
    interface
        interface IMetadataObject
    end
public interface IIndexedColumn extends IMetadataObject

IIndexedColumn 类型公开以下成员。

属性

  名称 说明
公共属性 IsIncluded Gets a value that indicates whether the column is included in the index.
公共属性 Name Gets the name of the metadata object. (从 IMetadataObject 继承。)
公共属性 ReferencedColumn Gets the IColumn object that represents the column that is referenced by the indexed column.
公共属性 SortOrder Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order.

页首

方法

  名称 说明
公共方法 Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (从 IMetadataObject 继承。)

页首