systemSequence.reserveValues(Int64, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Preallocates a range of recIds that can be allocated to new records when the automatic assignment of recIds has been suspended.
public:
virtual long reserveValues(long _nReserved, int _tableId);
public virtual long reserveValues (long _nReserved, int _tableId);
abstract member reserveValues : int64 * int -> int64
override this.reserveValues : int64 * int -> int64
Public Overridable Function reserveValues (_nReserved As Long, _tableId As Integer) As Long
Parameters
- _nReserved
- Int64
- _tableId
- Int32
Returns
The first usable reserved recId.
Remarks
The range of recIds that you reserved are reserved immediately.