IDTSBuffer100.GetBLOBStream(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 binaire grand (BLOB). Une fois IStream la manipulation des données terminée via le flux, elle peut être réinsérée dans la colonne à l’aide de la SetBLOBFromStream méthode.