Api.JetGetVersion 方法
检索数据库引擎的版本。
此 API 不符合 CLS。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'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返回数据库引擎的版本号。