JET_COLUMNCREATE.cbMax 屬性

取得或設定資料行的最大長度。 這只適用于 TextLongTextBinaryLongBinary類型的資料行。

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

Syntax

'Declaration
Public Property cbMax As Integer
    Get
    Set
'Usage
Dim instance As JET_COLUMNCREATE
Dim value As Integer

value = instance.cbMax

instance.cbMax = value
public int cbMax { get; set; }

屬性值

類型: System.Int32

另請參閱

參考

JET_COLUMNCREATE 類別

JET_COLUMNCREATE成員

Microsoft.Isam.Esent.Interop 命名空間