IDTSBuffer100.GetBLOBStream(Int32, Int32) Metodo

Definizione

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IStream ^ GetBLOBStream(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IStream GetBLOBStream (int hRow, int hCol);
abstract member GetBLOBStream : int * int -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IStream
Public Function GetBLOBStream (hRow As Integer, hCol As Integer) As IStream

Parametri

hRow
Int32
hCol
Int32

Restituisce

Interfaccia IStream.

Commenti

Questo metodo viene usato per recuperare un'interfaccia IStream che può essere usata per leggere e scrivere i byte di dati in un oggetto binario di grandi dimensioni (BLOB). Al termine della modifica dei dati tramite il flusso, l'oggetto IStream può essere inserito nuovamente nella colonna usando il metodo SetBLOBFromStream.

Si applica a