Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- dwRowsRequested
The number of rows requested.
- pbRowStarts
An out pointer that holds the address of the beginning of the row.
Notes
Remarque : |
|---|
| Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité. |
This method returns a pointer to the start location for the specified number of rows.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace
Remarque :