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

This class provides static properties to set and get per-instance ESENT system parameters.
파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 메소드들

메소드 설명
InstanceParameters ( JET_INSTANCE instance ) : System

Initializes a new instance of the InstanceParameters class.

비공개 메소드들

메소드 설명
AddTrailingDirectorySeparator ( string dir ) : string

Add a trailing directory separator character to the string.

GetBoolParameter ( JET_param param ) : bool

Get a system parameter which is a boolean.

GetIntegerParameter ( JET_param param ) : int

Get a system parameter which is an integer.

GetStringParameter ( JET_param param ) : string

Get a system parameter which is a string.

SetBoolParameter ( JET_param param, bool value ) : void

Set a system parameter which is a boolean.

SetIntegerParameter ( JET_param param, int value ) : void

Set a system parameter which is an integer.

SetStringParameter ( JET_param param, string value ) : void

Set a system parameter which is a string.

메소드 상세

InstanceParameters() 공개 메소드

Initializes a new instance of the InstanceParameters class.
public InstanceParameters ( JET_INSTANCE instance ) : System
instance JET_INSTANCE The instance to set parameters on.
리턴 System