Метод GetRowStarts
(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Sub GetRowStarts ( _
dwRowsRequested As UInteger, _
<OutAttribute> pbRowStarts As IntPtr _
)
'Применение
Dim instance As IDTSBuffer100
Dim dwRowsRequested As UInteger
Dim pbRowStarts As IntPtr
instance.GetRowStarts(dwRowsRequested, _
pbRowStarts)
void GetRowStarts(
uint dwRowsRequested,
IntPtr pbRowStarts
)
void GetRowStarts(
[InAttribute] unsigned int dwRowsRequested,
[OutAttribute] IntPtr pbRowStarts
)
abstract GetRowStarts :
dwRowsRequested:uint32 *
pbRowStarts:IntPtr byref -> unit
function GetRowStarts(
dwRowsRequested : uint,
pbRowStarts : IntPtr
)
Параметры
- dwRowsRequested
Тип System. . :: . .UInt32
The number of rows requested.
- pbRowStarts
Тип System. . :: . .IntPtr
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.
Примечание