JET_COLUMNCREATE.cp 属性

获取或设置列的代码页。 这仅对 TextLongText 类型的列有意义。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'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; }

属性值

类型: Microsoft.Isam.Esent.Interop.JET_CP

请参阅

参考

JET_COLUMNCREATE 类

JET_COLUMNCREATE成员

Microsoft.Isam.Esent.Interop 命名空间