Condividi tramite


IDTSBuffer100.GetRowStarts(UInt32, IntPtr) Metodo

Definizione

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
pbRowStarts
IntPtr

nativeint

Commenti

Nota

Questa funzionalità verrà rimossa a partire da una delle prossime versioni 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 iniziale per il numero specificato di righe.

Si applica a