Compartir a través de


PipelineBuffer.AddBlobData Método (Int32, array<Byte , Int32)

Adds an array of a specified number of bytes to a PipelineBuffer column.

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

Sintaxis

'Declaración
Public Sub AddBlobData ( _
    columnIndex As Integer, _
    data As Byte(), _
    count As Integer _
)
'Uso
Dim instance As PipelineBuffer 
Dim columnIndex As Integer 
Dim data As Byte()
Dim count As Integer

instance.AddBlobData(columnIndex, data, _
    count)
public void AddBlobData(
    int columnIndex,
    byte[] data,
    int count
)
public:
void AddBlobData(
    int columnIndex, 
    array<unsigned char>^ data, 
    int count
)
member AddBlobData : 
        columnIndex:int * 
        data:byte[] * 
        count:int -> unit
public function AddBlobData(
    columnIndex : int, 
    data : byte[], 
    count : int
)

Parámetros

  • count
    Tipo: System.Int32
    The number of bytes of data to be appended.

Comentarios

This method works with the following Integration Services data types:

For a complete list of Integration Services data types and the corresponding Get and Set methods of the PipelineBuffer class to use with each type, see Trabajar con tipos de datos del flujo de datos.

Vea también

Referencia

PipelineBuffer Clase

Sobrecarga de AddBlobData

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline