Edit

Share via


JET_COLUMNCREATE.szColumnName property

Gets or sets the name of the column to create.

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

Syntax

'Declaration
Public Property szColumnName As String
    Get
    Set
'Usage
Dim instance As JET_COLUMNCREATE
Dim value As String

value = instance.szColumnName

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

Property value

Type: System.String

See also

Reference

JET_COLUMNCREATE class

JET_COLUMNCREATE members

Microsoft.Isam.Esent.Interop namespace