AddData メソッド

IDTSBLOBObject100 オブジェクトにバイトを追加します。

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

構文

'宣言
Sub AddData ( _
    ByRef lpData As Byte, _
    dwLength As UInteger _
)
'使用
Dim instance As IDTSBLOBObject100
Dim lpData As Byte
Dim dwLength As UInteger

instance.AddData(lpData, dwLength)
void AddData(
    ref byte lpData,
    uint dwLength
)
void AddData(
    [InAttribute] unsigned char% lpData, 
    [InAttribute] unsigned int dwLength
)
abstract AddData : 
        lpData:byte byref * 
        dwLength:uint32 -> unit 
function AddData(
    lpData : byte, 
    dwLength : uint
)

パラメーター

説明

このメソッドは、lpData で指定したバイトを IDTSBLOBObject100 オブジェクトに追加します。