다음을 통해 공유


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)