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

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