GetRowWidth 方法

Gets the size of the row defined for the buffer type definition.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public Overridable Function GetRowWidth ( _
    hBufferType As Integer _
) As Integer
用法
Dim instance As DTSBufferManagerClass
Dim hBufferType As Integer
Dim returnValue As Integer

returnValue = instance.GetRowWidth(hBufferType)
public virtual int GetRowWidth(
    int hBufferType
)
public:
virtual int GetRowWidth(
    [InAttribute] int hBufferType
)
abstract GetRowWidth : 
        hBufferType:int -> int 
override GetRowWidth : 
        hBufferType:int -> int 
public function GetRowWidth(
    hBufferType : int
) : int

参数

  • hBufferType
    类型:System. . :: . .Int32
    The specified buffer type definition whose row size is returned.

返回值

类型:System. . :: . .Int32
An unsigned integer that specifies the size, in bytes, of the row defined by the buffer type definition.

实现

IDTSBufferManager100. . :: . .GetRowWidth(Int32)