BytesColumnValue.Length-Eigenschaft
Ruft die Bytelänge eines Spaltenwerts ab, der 0 (null) ist, wenn die Spalte NULL ist, andernfalls entspricht sie der tatsächlichen Länge des Bytearrays.
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 BytesColumnValue
Dim value As Integer
value = instance.Length
public override int Length { get; }
Eigenschaftswert
Typ: System.Int32