IDTSBLOBObject100.AddData 方法

Adds bytes to an IDTSBLOBObject100 object.

命名空间:  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
)

参数

注释

This method appends the bytes specified by lpData to the IDTSBLOBObject100 object.

请参阅

参考

IDTSBLOBObject100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间