GetRowWidth メソッド
バッファの種類の定義に対して定義されている行のサイズ (バイト単位) を取得します。
名前空間: 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
行サイズが返された、指定したバッファの種類の定義です。
戻り値
型: System. . :: . .Int32
バッファの種類の定義で定義されている行のサイズ (バイト単位) を指定する符号なし整数です。