Click or drag to resize

IndexDescriptor Class

[Missing <summary> documentation for "T:VelocityDb.Indexing.IndexDescriptor"]

Inheritance Hierarchy

Namespace:  VelocityDb.Indexing
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class IndexDescriptor : OptimizedPersistable

The IndexDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodIndexDescriptor(UInt32, UInt32, UInt32)
Initializes a new instance of the IndexDescriptor class
Public methodIndexDescriptor(UInt32, UInt32, Oid)
Initializes a new instance of the IndexDescriptor class
Top
Properties
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also