IDTSBuffer100.GetBLOBObject(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.
Obtient un objet IDTSBLOBObject100 qui est utilisé pour lire et écrire les octets dans une colonne d'un objet 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
Paramètres
- hRow
- Int32
Descripteur de la ligne.
- hCol
- Int32
Descripteur de la colonne.
Retours
Objet IDTSBLOBObject100.
Remarques
L’objet IDTSBLOBObject100 peut être utilisé pour manipuler les données dans une colonne BLOB (Binary Large Object).