Partilhar via


Interface IMutableIndexedColumn

Represents a mutable SQL Server column that is participating in an index.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
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

O tipo IMutableIndexedColumn expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública IsIncluded Gets a value that indicates whether the column is included in the index. (Herdado de IIndexedColumn.)
Propriedade pública IsIncluded Gets or sets a value that indicates whether the column is included in the index.
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)
Propriedade pública ReferencedColumn Gets the IColumn object that represents the column that is referenced by the indexed column. (Herdado de IIndexedColumn.)
Propriedade pública SortOrder Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order. (Herdado de IIndexedColumn.)
Propriedade pública SortOrder Gets or sets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order.

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início