StringColumnValue.Length(Eigenschaft)

Ruft die Bytelänge eines Spaltenwerts ab, der null ist, wenn die Spalte NULL ist, andernfalls entspricht sie der Bytelänge des Zeichenfolgenwerts. Die Bytelänge wird unter Annahme von zwei Bytes pro Zeichen bestimmt.

Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Length As Integer
    Get
'Usage
Dim instance As StringColumnValue
Dim value As Integer

value = instance.Length
public override int Length { get; }

Eigenschaftswert

Typ: System.Int32

Weitere Informationen

Verweis

StringColumnValue-Klasse

StringColumnValue-Elemente

Microsoft.Isam.Esent.Interop-Namespace