Edit

Share via


JET_OPENTEMPORARYTABLE.cbKeyMost property

Gets or sets the maximum size for a key representing a given row. The maximum key size may be set to control how keys are truncated. Key truncation is important because it can affect when rows are considered to be distinct. If this parameter is set to 0 or 255 then the maximum key size and its semantics will remain identical to the maximum key size supported by Windows Server 2003. This parameter may also be set to a larger value as a function of the database page size for the instance DatabasePageSize. See KeyMost for more information.

Namespace:  Microsoft.Isam.Esent.Interop.Vista
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property cbKeyMost As Integer
    Get
    Set
'Usage
Dim instance As JET_OPENTEMPORARYTABLE
Dim value As Integer

value = instance.cbKeyMost

instance.cbKeyMost = value
public int cbKeyMost { get; set; }

Property value

Type: System.Int32

See also

Reference

JET_OPENTEMPORARYTABLE class

JET_OPENTEMPORARYTABLE members

Microsoft.Isam.Esent.Interop.Vista namespace