次の方法で共有


IDTSBLOBObject90.GetData Method

指定したバイト数を IDTSBLOBObject90 オブジェクトから取得します。

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

構文

'宣言
<DispIdAttribute(105)> _
Sub GetData ( _
    <InAttribute> dwOffset As UInteger, _
    <InAttribute> ByRef lpPointer As Byte, _
    <InAttribute> dwLength As UInteger, _
    <OutAttribute> ByRef lpdwWritten As UInteger _
)
[DispIdAttribute(105)] 
void GetData (
    [InAttribute] uint dwOffset,
    [InAttribute] ref byte lpPointer,
    [InAttribute] uint dwLength,
    out uint lpdwWritten
)
[DispIdAttribute(105)] 
void GetData (
    [InAttribute] unsigned int dwOffset, 
    [InAttribute] unsigned char% lpPointer, 
    [InAttribute] unsigned int dwLength, 
    [OutAttribute] unsigned int% lpdwWritten
)
/** @attribute DispIdAttribute(105) */ 
void GetData (
    /** @attribute InAttribute() */ UInt32 dwOffset, 
    /** @attribute InAttribute() */ /** @ref */ byte lpPointer, 
    /** @attribute InAttribute() */ UInt32 dwLength, 
    /** @attribute OutAttribute() */ /** @ref */ UInt32 lpdwWritten
)
JScript は、値と型の引数の参照渡しをサポートしていません。

パラメータ

  • dwOffset
    バイトの取得を開始する場所です。
  • lpPointer
    IDTSBLOBObject90 によって返されたバイトを指すポインタです。
  • dwLength
    取得するバイト数です。
  • lpdwWritten
    lpPointer パラメータに書き込まれたバイト数を示す out パラメータです。

解説

このメソッドを使用して、IDTSBLOBObject90 から一連のバイトを取得します。

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

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