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.