IDTSManagedComponentWrapper100.GetBLOBData Méthode

Définition

Obtient les données BLOB.

public:
 cli::array <System::Byte> ^ GetBLOBData(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ pIDTSBuffer, int hRow, int hCol, System::UInt32 dwOffset, System::UInt32 dwCount);
public byte[] GetBLOBData (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 pIDTSBuffer, int hRow, int hCol, uint dwOffset, uint dwCount);
abstract member GetBLOBData : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 * int * int * uint32 * uint32 -> byte[]
Public Function GetBLOBData (pIDTSBuffer As IDTSBuffer100, hRow As Integer, hCol As Integer, dwOffset As UInteger, dwCount As UInteger) As Byte()

Paramètres

pIDTSBuffer
IDTSBuffer100

Mémoire tampon DTS.

hRow
Int32

Ligne.

hCol
Int32

Colonne.

dwOffset
UInt32

Décalage.

dwCount
UInt32

Nombre de données.

Retours

Byte[]

Données BLOB.

S’applique à