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