ColumnStream.CanSeek 属性
获取一个值,该值指示流是否支持查找。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Overrides ReadOnly Property CanSeek As Boolean
Get
'Usage
Dim instance As ColumnStream
Dim value As Boolean
value = instance.CanSeek
public override bool CanSeek { get; }
属性值
类型: System.Boolean