IDTSBuffer90.GetDataByRef Method
(Feature deprecated, see Remarks.) Gets a pointer to the data stored in a column in an IDTSBuffer90.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
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
Параметры
- hRow
The handle of the row.
- hCol
The handle of the column.
Возвращаемое значение
Примечание. |
---|
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется. |
The DTP_VARIANT that contains the data in the column.
Замечания
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.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace