IDTSBuffer100.GetDataByRef(Int32, Int32) Metodo

Definizione

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

Parametri

hRow
Int32
hCol
Int32

Restituisce

DTP_VARIANT che contiene i dati nella colonna.

Commenti

Questo metodo restituisce un puntatore ai dati archiviati nella colonna specificata dal hCol parametro . Questo puntatore viene usato per modificare direttamente i dati nella colonna specificata hCol anziché chiamare il metodo GetData, modificare i dati e quindi chiamare SetData.

Si applica a