IDTSBuffer100.GetData(Int32, Int32) Méthode

Définition

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

Paramètres

hRow
Int32
hCol
Int32

Retours

Objet DTP_VARIANT qui contient les données stockées dans la colonne spécifiée dans l’IDTSBuffer100.

Remarques

Cette méthode récupère les données stockées dans la colonne spécifiée dans la mémoire tampon. Les développeurs de composants managés n’appellent pas cette méthode, mais utilisent plutôt la Item propriété de la classe PipelineBuffer managée.

S’applique à