Interfaz IMutableIndexedColumn
Represents a mutable SQL Server column that is participating in an index.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface IMutableIndexedColumn _
Inherits IIndexedColumn, IMutableMetadataObject, IMetadataObject
'Uso
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
El tipo IMutableIndexedColumn expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
IsIncluded | Gets a value that indicates whether the column is included in the index. (Se hereda 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. (Se hereda de IMetadataObject.) |
![]() |
ReferencedColumn | Gets the IColumn object that represents the column that is referenced by the indexed column. (Se hereda de IIndexedColumn.) |
![]() |
SortOrder | Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order. (Se hereda de IIndexedColumn.) |
![]() |
SortOrder | Gets or sets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
Arriba
.gif)
.gif)