Share via


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
)

参数

  • 版本
    类型: System.UInt32

    返回数据库引擎的版本号。

另请参阅

参考

Api 类

Api 成员

Microsoft.Isam.Esent.Interop 命名空间