IMutableIndexedColumn 接口

Represents a mutable 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 IMutableIndexedColumn _
    Inherits IIndexedColumn, IMutableMetadataObject, IMetadataObject
用法
Dim instance As IMutableIndexedColumn
public interface IMutableIndexedColumn : IIndexedColumn, 
    IMutableMetadataObject, IMetadataObject
public interface class IMutableIndexedColumn : IIndexedColumn, 
    IMutableMetadataObject, IMetadataObject
type IMutableIndexedColumn =  
    interface
        interface IIndexedColumn
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableIndexedColumn extends IIndexedColumn, IMutableMetadataObject, IMetadataObject

IMutableIndexedColumn 类型公开以下成员。

属性

  名称 说明
公共属性 IsIncluded Gets a value that indicates whether the column is included in the index. (从 IIndexedColumn 继承。)
公共属性 IsIncluded Gets or sets 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. (从 IIndexedColumn 继承。)
公共属性 SortOrder Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order. (从 IIndexedColumn 继承。)
公共属性 SortOrder Gets or sets 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 继承。)

页首