ColumnValueOfStruct<T>.Length プロパティ

列の値のバイト長 (column が null の場合は 0) を取得します。それ以外の場合は、この固定サイズ列の Size と一致します。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

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

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

プロパティ値

種類: System.Int32

関連項目

リファレンス

ColumnValueOfStruct<T> クラス

ColumnValueOfStruct<T> メンバー

Microsoft.Isam.Esent.Interop 名前空間