데이터베이스 엔진의 버전을 검색합니다.
이 API는 CLS 규격이 아닙니다.
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)
구문
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub JetGetVersion ( _
sesid As JET_SESID, _
<OutAttribute> ByRef version As UInteger _
)
'Usage
Dim sesid As JET_SESID
Dim version As UIntegerApi.JetGetVersion(sesid, version)
[CLSCompliantAttribute(false)]
public static void JetGetVersion(
JET_SESID sesid,
out uint version
)
매개 변수
sesid
형식: Microsoft.Isam.Esent.Interop.JET_SESID사용할 세션입니다.
버전
형식: System.UInt32데이터베이스 엔진의 버전 번호를 반환합니다.