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.