Linguaggio

IDTSBuffer100.GetRowStarts(UInt32, IntPtr) Metodo

Definizione

(Articolo deprecato, vedi Osservazioni.) Usa il GetData(Int32, Int32) metodo o GetBLOBData(Int32, Int32, UInt32, Byte, UInt32, UInt32) invece del GetRowStarts(UInt32, IntPtr) metodo.

public:
 void GetRowStarts(System::UInt32 dwRowsRequested, IntPtr pbRowStarts);
public void GetRowStarts(uint dwRowsRequested, IntPtr pbRowStarts);
abstract member GetRowStarts : uint32 * nativeint -> unit
Public Sub GetRowStarts (dwRowsRequested As UInteger, pbRowStarts As IntPtr)

Parametri

dwRowsRequested
UInt32

Il numero di righe richieste.

pbRowStarts
IntPtr

nativeint

Un out puntatore che contiene l'indirizzo dell'inizio della riga.

Commenti

Note

Questa funzionalità verrà rimossa in una versione futura di Microsoft SQL Server. Evitare di usare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

Questo metodo restituisce un puntatore alla posizione di inizio per il numero specificato di righe.

Si applica a