proprietà JET_TABLECREATE.szTableName

Ottiene o imposta il nome della tabella da creare.

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

Sintassi

'Declaration
Public Property szTableName As String
    Get
    Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As String

value = instance.szTableName

instance.szTableName = value
public string szTableName { get; set; }

Valore proprietà

Tipo: System.String

Vedi anche

Riferimento

classe JET_TABLECREATE

membri JET_TABLECREATE

Spazio dei nomi Microsoft.Isam.Esent.Interop