IDTSBufferManager100.GetRowWidth(Int32) 方法

定义

获取为缓冲区类型定义所定义的行的大小(以字节为单位)。

public:
 int GetRowWidth(int hBufferType);
[System.Runtime.InteropServices.DispId(125)]
public int GetRowWidth (int hBufferType);
[<System.Runtime.InteropServices.DispId(125)>]
abstract member GetRowWidth : int -> int
Public Function GetRowWidth (hBufferType As Integer) As Integer

参数

hBufferType
Int32

返回其行大小的指定缓冲区类型定义。

返回

一个无符号整数,指定由缓冲区类型定义所定义的行的大小(以字节为单位)。

属性

适用于