Share via


ColumnValue.Length 屬性

取得資料行值的位元組長度,如果資料行為 null,則為零,否則會符合固定大小資料行的大小,並代表可變大小資料行的實際位元組長度 (,也就是二進位和字串) 。 對於字串,長度會以每個字元假設兩個位元組來決定。

Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Length As Integer
    Get
'Usage
Dim instance As ColumnValue
Dim value As Integer

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

屬性值

類型: System.Int32

另請參閱

參考

ColumnValue 類別

ColumnValue 成員

Microsoft.Isam.Esent.Interop 命名空間