ColumnInfo.Name-Eigenschaft

Ruft den Namen der Spalte ab.

Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property Name As String
    Get
    Private Set
'Usage
Dim instance As ColumnInfo
Dim value As String

value = instance.Name
public string Name { get; private set; }

Eigenschaftswert

Typ: System.String

Siehe auch

Referenz

ColumnInfo-Klasse

ColumnInfo-Elemente

Microsoft.Isam.Esent.Interop-Namespace