Interface IMutableIndexedColumn
Represents a mutable SQL Server column that is participating in an index.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Interface IMutableIndexedColumn _
Inherits IIndexedColumn, IMutableMetadataObject, IMetadataObject
'Utilisation
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
Le type IMutableIndexedColumn expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
IsIncluded | Gets a value that indicates whether the column is included in the index. (hérité de 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. (hérité de IMetadataObject.) |
![]() |
ReferencedColumn | Gets the IColumn object that represents the column that is referenced by the indexed column. (hérité de IIndexedColumn.) |
![]() |
SortOrder | Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order. (hérité de IIndexedColumn.) |
![]() |
SortOrder | Gets or sets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.) |
Haut de la page
.gif)
.gif)