C# 클래스 Microsoft.Isam.Esent.Interop.NATIVE_SETINFO

파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Size int
cbStruct uint
ibLongValue uint
itagSequence uint

프로퍼티 상세

Size 공개적으로 정적으로 프로퍼티

The size of a NATIVE_SETINFO structure.
public static int Size
리턴 int

cbStruct 공개적으로 프로퍼티

Size of the structure.
public uint cbStruct
리턴 uint

ibLongValue 공개적으로 프로퍼티

Offset to the first byte to be set in a column of type JET_coltypLongBinary or JET_coltypLongText.
public uint ibLongValue
리턴 uint

itagSequence 공개적으로 프로퍼티

The sequence number of value in a multi-valued column to be set.
public uint itagSequence
리턴 uint