IndexSegment.IsAscending-Eigenschaft
Ruft einen Wert ab, der angibt, ob das Indexsegment aufsteigend ist.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public ReadOnly Property IsAscending As Boolean
Get
'Usage
Dim instance As IndexSegment
Dim value As Boolean
value = instance.IsAscending
public bool IsAscending { get; }
Eigenschaftswert
Typ: System.Boolean