Api.JetGetVersion メソッド

データベース エンジンのバージョンを取得します。

この 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
)

パラメーター

  • version
    種類: System.UInt32

    データベース エンジンのバージョン番号を返します。

こちらもご覧ください

リファレンス

Api クラス

API メンバー

Microsoft.Isam.Esent.Interop 名前空間