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