JET_COLUMNCREATE.cp-Eigenschaft

Ruft die Codepage der Spalte ab oder legt sie fest. Dies ist nur für Spalten vom Typ Text und LongText sinnvoll.

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

Syntax

'Declaration
Public Property cp As JET_CP
    Get
    Set
'Usage
Dim instance As JET_COLUMNCREATE
Dim value As JET_CP

value = instance.cp

instance.cp = value
public JET_CP cp { get; set; }

Eigenschaftswert

Typ: Microsoft.Isam.Esent.Interop.JET_CP

Siehe auch

Referenz

JET_COLUMNCREATE-Klasse

JET_COLUMNCREATE Member

Microsoft.Isam.Esent.Interop-Namespace