Indexsegment. isascii (Eigenschaft)
Ruft einen Wert ab, der angibt, ob das Index Segment eine ASCII-Text Spalte ist. Dieser Wert ist nur für Textspalten Segmente von Bedeutung.
Namespace: Microsoft. ISAM. ESENT. Interop
Assembly: Microsoft. ISAM. ESENT. Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public ReadOnly Property IsASCII As Boolean
Get
'Usage
Dim instance As IndexSegment
Dim value As Boolean
value = instance.IsASCII
public bool IsASCII { get; }
Eigenschaftswert
Typ: System. Boolean