proprietà Table.Name
Ottiene il nome della tabella.
Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Sintassi
'Declaration
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As Table
Dim value As String
value = instance.Name
public string Name { get; }
Valore proprietà
Tipo: System.String