JET_OPENTEMPORARYTABLE.cbVarSegMac property

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

See also

Reference

JET_OPENTEMPORARYTABLE class

JET_OPENTEMPORARYTABLE members

Microsoft.Isam.Esent.Interop.Vista namespace