IDTSBuffer100.GetBLOBObject(Int32, Int32) Método

Definição

Obtém um IDTSBLOBObject100 que é usado para ler e gravar os bytes em uma coluna de um IDTSBuffer100.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBLOBObject100 ^ GetBLOBObject(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 GetBLOBObject (int hRow, int hCol);
abstract member GetBLOBObject : int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100
Public Function GetBLOBObject (hRow As Integer, hCol As Integer) As IDTSBLOBObject100

Parâmetros

hRow
Int32

O identificador da linha.

hCol
Int32

O identificador da coluna.

Retornos

Um objeto IDTSBLOBObject100.

Comentários

O IDTSBLOBObject100 objeto pode ser usado para manipular os dados em uma coluna BLOB (objeto binário grande).

Aplica-se a