Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the array of JET_RSTMAP structures.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property rgrstmap As JET_RSTMAP()
Get
Set
'Usage
Dim instance As JET_RSTINFO
Dim value As JET_RSTMAP()
value = instance.rgrstmap
instance.rgrstmap = value
public JET_RSTMAP[] rgrstmap { get; set; }
Property value
Type: []