Leer en inglés

Compartir a través de


PutData Método

Adds bytes in a specific location in the IDTSBLOBObject100

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

void PutData(
    uint dwOffset,
    ref byte lpPointer,
    uint dwLength,
    out uint lpdwRead
)

Parámetros

Comentarios

This method adds the specified bytes to a specific location in the collection of bytes stored in the IDTSBLOBObject100.

It cannot be called if an IStream object has already been retrieved from the object using the GetStream method.