Partager via


AddBlobData méthode (Int32, Byte[])

Adds an array of bytes to a PipelineBuffer column.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (dans Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
Public Sub AddBlobData ( _
    columnIndex As Integer, _
    data As Byte() _
)
'Utilisation
Dim instance As PipelineBuffer
Dim columnIndex As Integer
Dim data As Byte()

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

Paramètres

Notes

Appends an array of bytes to a PipelineBuffer column.

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 Utilisation de types de données dans le flux de données.