Metodo IDTSBLOBObject100.AddData

Adds bytes to an IDTSBLOBObject100 object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub AddData ( _
    ByRef lpData As Byte, _
    dwLength As UInteger _
)
'Utilizzo
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
)

Parametri

Osservazioni

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

Vedere anche

Riferimento

IDTSBLOBObject100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper