IDTSBufferManager90.GetRowWidth Method

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

名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)

構文

'宣言
<DispIdAttribute(125)> _
Function GetRowWidth ( _
    <InAttribute> hBufferType As Integer _
) As Integer
[DispIdAttribute(125)] 
int GetRowWidth (
    [InAttribute] int hBufferType
)
[DispIdAttribute(125)] 
int GetRowWidth (
    [InAttribute] int hBufferType
)
/** @attribute DispIdAttribute(125) */ 
int GetRowWidth (
    /** @attribute InAttribute() */ int hBufferType
)
DispIdAttribute(125) 
function GetRowWidth (
    hBufferType : int
) : int

パラメータ

  • hBufferType
    行サイズが返された、指定したバッファの種類の定義です。

戻り値

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

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

IDTSBufferManager90 Interface
IDTSBufferManager90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace