JET_RECSIZE.cbDataCompressed property
Gets the compressed size of user data in record. This is the same as cbData if no intrinsic long-values are compressed).
Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property cbDataCompressed As Long
Get
Friend Set
'Usage
Dim instance As JET_RECSIZE
Dim value As Long
value = instance.cbDataCompressed
public long cbDataCompressed { get; internal set; }
Property value
Type: System.Int64