BytesColumnValue.Length-Eigenschaft
Ruft die Bytelänge eines Spaltenwerts ab, der null ist, wenn die Spalte NULL ist, andernfalls mit der tatsächlichen Länge des Bytearrays übereinstimmt.
Namespace:Microsoft.Isam.Esent.Interop
Versammlung: 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