共用方式為


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)