proprietà JET_TABLECREATE.ulPages

Ottiene o imposta le pagine iniziali da allocare per la tabella.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'Declaration
Public Property ulPages As Integer
    Get
    Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As Integer

value = instance.ulPages

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

Valore proprietà

Tipo: System.Int32

Vedi anche

Riferimento

classe JET_TABLECREATE

membri JET_TABLECREATE

Spazio dei nomi Microsoft.Isam.Esent.Interop