C# Class Microsoft.Isam.Esent.Interop.NATIVE_SETINFO

Afficher le fichier Open project: ayende/managed-esent Class Usage Examples

Méthodes publiques

Свойство Type Description
Size int
cbStruct uint
ibLongValue uint
itagSequence uint

Property Details

Size public_oe static_oe property

The size of a NATIVE_SETINFO structure.
public static int Size
Résultat int

cbStruct public_oe property

Size of the structure.
public uint cbStruct
Résultat uint

ibLongValue public_oe property

Offset to the first byte to be set in a column of type JET_coltypLongBinary or JET_coltypLongText.
public uint ibLongValue
Résultat uint

itagSequence public_oe property

The sequence number of value in a multi-valued column to be set.
public uint itagSequence
Résultat uint