Freigeben über


IDTSBuffer90.GetRowStarts Method

(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
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
)

Parameter

  • dwRowsRequested
    The number of rows requested.
  • pbRowStarts
    An out pointer that holds the address of the beginning of the row.

Hinweise

ms187260.note(de-de,SQL.90).gifHinweis:
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

This method returns a pointer to the start location for the specified number of rows.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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