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.

备注

ms187260.note(zh-cn,SQL.90).gif注意:
后续版本的 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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace