JET_LS。Value 属性
获取或设置句柄的值。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Property Value As IntPtr
Get
Set
'Usage
Dim instance As JET_LS
Dim value As IntPtr
value = instance.Value
instance.Value = value
public IntPtr Value { get; set; }
属性值
类型: System.IntPtr