VistaApi.JetOSSnapshotGetFreezeInfo 方法
在任何指定時間擷取屬於快照集會話一部分的實例和資料庫清單。
Namespace:Microsoft.Isam.Esent.Interop.Vista
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'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
)
參數
快照集
類型: Microsoft.Isam.Esent.Interop.JET_OSSNAPID快照集會話的識別碼。
numInstances
類型: System.Int32傳回實例數目。
執行個體
類型: []傳回實例的相關資訊。
grbit
類型: Microsoft.Isam.Esent.Interop.Vista.SnapshotGetFreezeInfoGrbit此呼叫的選項。