IDTSBuffer90.GetRowStarts Method
(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
Sub GetRowStarts ( _
<InAttribute> dwRowsRequested As UInteger, _
<OutAttribute> pbRowStarts As IntPtr _
)
void GetRowStarts (
[InAttribute] uint dwRowsRequested,
[OutAttribute] IntPtr pbRowStarts
)
void GetRowStarts (
[InAttribute] unsigned int dwRowsRequested,
[OutAttribute] IntPtr pbRowStarts
)
void GetRowStarts (
/** @attribute InAttribute() */ UInt32 dwRowsRequested,
/** @attribute OutAttribute() */ IntPtr pbRowStarts
)
function GetRowStarts (
dwRowsRequested : uint,
pbRowStarts : IntPtr
)
Параметры
- dwRowsRequested
The number of rows requested.
- pbRowStarts
An out pointer that holds the address of the beginning of the row.
Замечания
![]() |
---|
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется. |
This method returns a pointer to the start location for the specified number of rows.
Синхронизация потоков
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