Поделиться через


Метод 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.