Интерфейс 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)