Condividi tramite


IDTSBuffer90.GetDataByRef Method

(Feature deprecated, see Remarks.) Gets a pointer to the data stored in a column in an IDTSBuffer90.

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintassi

'Dichiarazione
Function GetDataByRef ( _
    <InAttribute> hRow As Integer, _
    <InAttribute> hCol As Integer _
) As DTP_VARIANT
DTP_VARIANT GetDataByRef (
    [InAttribute] int hRow,
    [InAttribute] int hCol
)
DTP_VARIANT GetDataByRef (
    [InAttribute] int hRow, 
    [InAttribute] int hCol
)
DTP_VARIANT GetDataByRef (
    /** @attribute InAttribute() */ int hRow, 
    /** @attribute InAttribute() */ int hCol
)
function GetDataByRef (
    hRow : int, 
    hCol : int
) : DTP_VARIANT

Parametri

  • hRow
    The handle of the row.
  • hCol
    The handle of the column.

Valore restituito

[!NOTA] Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

The DTP_VARIANT that contains the data in the column.

Osservazioni

This method returns a pointer to the data stored in the column specified by the hCol parameter. This pointer is used to directly modify the data in the column specified by hCol instead of calling the GetData method, modifying the data, and then calling SetData.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace