IDTSBuffer100.SetData(Int32, Int32, DTP_VARIANT) Méthode

Définition

public:
 void SetData(int hRow, int hCol, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTP_VARIANT % pData);
public void SetData (int hRow, int hCol, ref Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTP_VARIANT pData);
abstract member SetData : int * int * DTP_VARIANT -> unit
Public Sub SetData (hRow As Integer, hCol As Integer, ByRef pData As DTP_VARIANT)

Paramètres

hRow
Int32
hCol
Int32
pData
DTP_VARIANT

Remarques

Cette méthode est utilisée pour affecter des données à la colonne spécifiée dans le IDTSBuffer100. Les développeurs de composants managés n’utilisent pas cette méthode, mais utilisent plutôt les méthodes de la classe managée PipelineBuffer .

S’applique à