GetRowWidth メソッド

バッファの種類の定義に対して定義されている行のサイズを取得します。

名前空間:  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
    行サイズが返された、指定したバッファの種類の定義です。

戻り値

型: System. . :: . .Int32
バッファの種類の定義で定義されている行のサイズ (バイト単位) を指定する符号なし整数です。

実装

IDTSBufferManager100. . :: . .GetRowWidth(Int32)