Interface IIndexedColumn
Represents a 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 IIndexedColumn _
Inherits IMetadataObject
'Uso
Dim instance As IIndexedColumn
public interface IIndexedColumn : IMetadataObject
public interface class IIndexedColumn : IMetadataObject
type IIndexedColumn =
interface
interface IMetadataObject
end
public interface IIndexedColumn extends IMetadataObject
O tipo IIndexedColumn expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
IsIncluded | Gets a value that indicates whether the column is included in the index. |
![]() |
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) |
![]() |
ReferencedColumn | Gets the IColumn object that represents the column that is referenced by the indexed column. |
![]() |
SortOrder | Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.) |
Início