IDTSManagedComponentWrapper100.GetBLOBData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém os dados de 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()
Parâmetros
- pIDTSBuffer
- IDTSBuffer100
O buffer de DTS.
- hRow
- Int32
A linha.
- hCol
- Int32
A coluna.
- dwOffset
- UInt32
O deslocamento.
- dwCount
- UInt32
O número de dados.
Retornos
Byte[]
Os dados de BLOB.