이 클래스는 모든 들여쓰기 리소스 개체에 대한 기본 클래스입니다. 이 클래스의 서브클래스는 관리되지 않는 리소스를 할당하고 해제할 수 있습니다.
상속 계층
System.Object
Microsoft.Isam.Esent.Interop.EsentResource
Microsoft.Isam.Esent.Interop.Session
Microsoft.Isam.Esent.Interop.Table
Microsoft.Isam.Esent.Interop.Transaction
Microsoft.Isam.Esent.Interop.Update
Microsoft.Isam.Esent.Interop.Windows8.DurableCommitCallback
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public MustInherit Class EsentResource _
Implements IDisposable
'Usage
Dim instance As EsentResource
public abstract class EsentResource : IDisposable
스레드로부터의 안전성
이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.