The HeapRecordId type exposes the following members.

Constructors

  NameDescription
HeapRecordId
Construct a new record id, given a page number and index.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
fromArrayOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the type of the current instance.
(Inherited from Object.)
toArrayOverloaded.
ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Index
Index in the offset table where the record can be found.
PageNumber
The database page number where the record is stored.

See Also