IDTSBuffer90.GetRowDataBytes Method
(Feature deprecated, see Remarks.) Gets a pointer to the start of a row in an IDTSBuffer90.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
Sub GetRowDataBytes ( _
<InAttribute> hRow As Integer, _
<OutAttribute> ByRef plCB As Integer, _
<OutAttribute> pData As IntPtr _
)
void GetRowDataBytes (
[InAttribute] int hRow,
out int plCB,
[OutAttribute] IntPtr pData
)
void GetRowDataBytes (
[InAttribute] int hRow,
[OutAttribute] int% plCB,
[OutAttribute] IntPtr pData
)
void GetRowDataBytes (
/** @attribute InAttribute() */ int hRow,
/** @attribute OutAttribute() */ /** @ref */ int plCB,
/** @attribute OutAttribute() */ IntPtr pData
)
JScript не поддерживает передачу аргументов типа, содержащего значение, по ссылке.
Параметры
- hRow
The row handle.
- plCB
An out parameter that contains the number of bytes in the row.
- pData
An out parameter that contains a pointer to the beginning of the row.
Замечания
![]() |
---|
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется. |
This method gets a pointer to the start of the row, specified by the hRow parameter, in the IDTSBuffer90.
Синхронизация потоков
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