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 maximum amount of data that will be used from any variable lengthcolumn to construct a key for a given row. This parameter may be used to control the amount of key space consumed by any given key column. This limit is in bytes. If this parameter is zero or is the same as the cbKeyMost property then no limit is in effect.
Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property cbVarSegMac As Integer
Get
Set
'Usage
Dim instance As JET_OPENTEMPORARYTABLE
Dim value As Integer
value = instance.cbVarSegMac
instance.cbVarSegMac = value
public int cbVarSegMac { get; set; }
Property value
Type: System.Int32