共用方式為


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。)

上層