JET_SPACEHINTS.cbMaxExtent 屬性
取得或設定值,這個值會設定 ulGrowth 的上限。 這個值是以位元組為單位。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property cbMaxExtent As Integer
Get
Set
'Usage
Dim instance As JET_SPACEHINTS
Dim value As Integer
value = instance.cbMaxExtent
instance.cbMaxExtent = value
public int cbMaxExtent { get; set; }
屬性值
類型: System.Int32