StopServiceGrbit 열거형

JetStopServiceInstance2(JET_INSTANCE, StopServiceGrbit)에 대한 옵션입니다.

이 열거형에는 멤버 값의 비트 조합을 허용하는 FlagsAttribute 특성이 있습니다.

네임스페이스:Microsoft.Isam.Esent.Interop.Windows8
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

'Declaration
<FlagsAttribute> _
Public Enumeration StopServiceGrbit
'Usage
Dim instance As StopServiceGrbit
[FlagsAttribute]
public enum StopServiceGrbit

멤버

멤버 이름 Description
모두 지정된 instance 대한 모든 ESE 서비스를 중지합니다.
BackgroundUserTasks 다시 시작 가능한 클라이언트 관련 백그라운드 유지 관리 작업(B+ 트리 조각 모음)을 중지합니다.
QuiesceCaches 모든 더티 캐시를 디스크에 정지합니다. 비동기. Resume 비트가 이후에 호출되면 정지가 취소됩니다.
다시 시작 이전에 발급한 StopService 작업(예: "서비스 다시 시작")을 다시 시작합니다. 위의 grbits와 결합하여 특정 서비스를 다시 시작하거나 0x0 이전에 중지된 모든 서비스를 다시 시작할 수 있습니다.

경고

이 비트는 JET_bitStopServiceBackground 다시 시작하고 JET_bitStopServiceQuiesceCaches 데만 사용할 수 있습니다. JET_bitStopServiceAll 또는 JET_bitStopServiceAPI 수행한 경우 JET_bitStopServiceResume 사용하려고 하면 실패합니다.

추가 정보

참조

Microsoft.Isam.Esent.Interop.Windows8 네임스페이스