Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
(Feature deprecated, see Remarks.) Gets a pointer to the data stored in a column in an IDTSBuffer90.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintaxis
'Declaración
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
Parámetros
- hRow
The handle of the row.
- hCol
The handle of the column.
Valor devuelto
[!NOTA] Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
The DTP_VARIANT that contains the data in the column.
Notas
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.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace