共用方式為


IDTSBufferManager100.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.

請參閱

參考

IDTSBufferManager100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間