IMutableIndexedColumn-Schnittstelle
Represents a mutable SQL Server column that is participating in an index.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Interface IMutableIndexedColumn _
Inherits IIndexedColumn, IMutableMetadataObject, IMetadataObject
'Usage
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
Der IMutableIndexedColumn-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
IsIncluded | Gets a value that indicates whether the column is included in the index. (Geerbt von 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. (Geerbt von IMetadataObject.) |
![]() |
ReferencedColumn | Gets the IColumn object that represents the column that is referenced by the indexed column. (Geerbt von IIndexedColumn.) |
![]() |
SortOrder | Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order. (Geerbt von IIndexedColumn.) |
![]() |
SortOrder | Gets or sets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Geerbt von IMetadataObject.) |
Zum Anfang
.gif)
.gif)