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。) |
上層
.gif)
.gif)