データベース エンジンのバージョンを取得します。
この API は CLS 準拠ではありません。
Namespace: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使用するセッション。
version
種類: System.UInt32データベース エンジンのバージョン番号を返します。