JET_RETRIEVECOLUMN.cbData 属性

获取或设置 pvData 缓冲区的大小(以字节为单位)。 检索列操作不会在 pvData 中存储比 cbData 更多的数据。

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

语法

'Declaration
Public Property cbData As Integer
    Get
    Set
'Usage
Dim instance As JET_RETRIEVECOLUMN
Dim value As Integer

value = instance.cbData

instance.cbData = value
public int cbData { get; set; }

属性值

类型: System.Int32

另请参阅

参考

JET_RETRIEVECOLUMN 类

JET_RETRIEVECOLUMN成员

Microsoft.Isam.Esent.Interop 命名空间