IndexDescriptor Constructor (UInt32, UInt32, Oid) |
Namespace:
VelocityDb.Indexing
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public IndexDescriptor(
uint typeShortId,
uint dataMemberShortId,
Oid bTreeId
)
Public Sub New (
typeShortId As UInteger,
dataMemberShortId As UInteger,
bTreeId As Oid
)
public:
IndexDescriptor(
unsigned int typeShortId,
unsigned int dataMemberShortId,
Oid bTreeId
)
new :
typeShortId : uint32 *
dataMemberShortId : uint32 *
bTreeId : Oid -> IndexDescriptor
Parameters
- typeShortId
- Type: SystemUInt32
[Missing <param name="typeShortId"/> documentation for "M:VelocityDb.Indexing.IndexDescriptor.#ctor(System.UInt32,System.UInt32,VelocityDb.Oid)"]
- dataMemberShortId
- Type: SystemUInt32
[Missing <param name="dataMemberShortId"/> documentation for "M:VelocityDb.Indexing.IndexDescriptor.#ctor(System.UInt32,System.UInt32,VelocityDb.Oid)"]
- bTreeId
- Type: VelocityDbOid
[Missing <param name="bTreeId"/> documentation for "M:VelocityDb.Indexing.IndexDescriptor.#ctor(System.UInt32,System.UInt32,VelocityDb.Oid)"]
See Also