GetRowWidth 方法

Gets the size, in bytes, of the row defined for the buffer type definition.

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

语法

声明
Function GetRowWidth ( _
    hBufferType As Integer _
) As Integer
用法
Dim instance As IDTSBufferManager100
Dim hBufferType As Integer
Dim returnValue As Integer

returnValue = instance.GetRowWidth(hBufferType)
int GetRowWidth(
    int hBufferType
)
int GetRowWidth(
    [InAttribute] int hBufferType
)
abstract GetRowWidth : 
        hBufferType:int -> int 
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.