IDTSBLOBObject100.GetData メソッド

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

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

構文

'宣言
Sub GetData ( _
    dwOffset As UInteger, _
    ByRef lpPointer As Byte, _
    dwLength As UInteger, _
    <OutAttribute> ByRef lpdwWritten As UInteger _
)
'使用
Dim instance As IDTSBLOBObject100 
Dim dwOffset As UInteger 
Dim lpPointer As Byte 
Dim dwLength As UInteger 
Dim lpdwWritten As UInteger

instance.GetData(dwOffset, lpPointer, _
    dwLength, lpdwWritten)
void GetData(
    uint dwOffset,
    ref byte lpPointer,
    uint dwLength,
    out uint lpdwWritten
)
void GetData(
    [InAttribute] unsigned int dwOffset, 
    [InAttribute] unsigned char% lpPointer, 
    [InAttribute] unsigned int dwLength, 
    [OutAttribute] unsigned int% lpdwWritten
)
abstract GetData : 
        dwOffset:uint32 * 
        lpPointer:byte byref * 
        dwLength:uint32 * 
        lpdwWritten:uint32 byref -> unit
function GetData(
    dwOffset : uint, 
    lpPointer : byte, 
    dwLength : uint, 
    lpdwWritten : uint
)

パラメーター

  • dwOffset
    型: System.UInt32
    バイトの取得を開始する場所です。
  • lpdwWritten
    型: System.UInt32%
    lpPointer パラメーターに書き込まれたバイト数を示す out パラメーターです。

説明

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

関連項目

参照

IDTSBLOBObject100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間