IDTSBuffer100.GetBLOBStream(Int32, Int32) Méthode

Définition

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

Paramètres

hRow
Int32
hCol
Int32

Retours

Interface IStream.

Remarques

Cette méthode est utilisée pour récupérer une IStream interface qui peut être utilisée pour lire et écrire les octets de données dans un objet volumineux binaire (BLOB). Lorsque la IStream manipulation des données à l’aide du flux est terminée, elle peut être insérée dans la colonne à l’aide de la SetBLOBFromStream méthode.

S’applique à