Bagikan melalui


Metode VistaApi.JetOSSnapshotGetFreezeInfo

Mengambil daftar instans dan database yang merupakan bagian dari sesi rekam jepret pada saat tertentu.

Namespace:Microsoft.Isam.Esent.Interop.Vista
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)

Sintaks

'Declaration
Public Shared Sub JetOSSnapshotGetFreezeInfo ( _
    snapshot As JET_OSSNAPID, _
    <OutAttribute> ByRef numInstances As Integer, _
    <OutAttribute> ByRef instances As JET_INSTANCE_INFO(), _
    grbit As SnapshotGetFreezeInfoGrbit _
)
'Usage
Dim snapshot As JET_OSSNAPID
Dim numInstances As Integer
Dim instances As JET_INSTANCE_INFO()
Dim grbit As SnapshotGetFreezeInfoGrbitVistaApi.JetOSSnapshotGetFreezeInfo(snapshot, _
    numInstances, instances, grbit)
public static void JetOSSnapshotGetFreezeInfo(
    JET_OSSNAPID snapshot,
    out int numInstances,
    out JET_INSTANCE_INFO[] instances,
    SnapshotGetFreezeInfoGrbit grbit
)

Parameter

  • numInstances
    Jenis: System.Int32

    Mengembalikan jumlah instans.

  • instances
    Jenis: []

    Mengembalikan informasi tentang instans.

Lihat juga

Referensi

Kelas VistaApi

Anggota VistaApi

Namespace Microsoft.Isam.Esent.Interop.Vista