VistaApi.JetOSSnapshotGetFreezeInfo 方法
检索在任何给定时刻属于快照会话的实例和数据库的列表。
Namespace:Microsoft.Isam.Esent.Interop.Vista
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'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
)
parameters
快照
类型: Microsoft.Isam.Esent.Interop.JET_OSSNAPID快照会话的标识符。
numInstances
类型: System.Int32返回实例数。
instances
类型:[]返回有关实例的信息。
grbit
类型: Microsoft.Isam.Esent.Interop.Vista.SnapshotGetFreezeInfoGrbit此调用的选项。