Linguaggio

IDTSBuffer100.PrepareDataStatusForInsert(Int32) Metodo

Definizione

Imposta il valore di stato delle colonne in un intervallo di righe.

public:
 void PrepareDataStatusForInsert(int hRow);
public void PrepareDataStatusForInsert(int hRow);
abstract member PrepareDataStatusForInsert : int -> unit
Public Sub PrepareDataStatusForInsert (hRow As Integer)

Parametri

hRow
Int32

La maniglia della riga da impostare, oppure H_ALL se tutte le righe del buffer devono essere impostate.

Commenti

Questo metodo imposta il valore di stato delle colonne nella riga specificata. Se H_ALL è specificato, le colonne in tutte le righe del buffer sono impostate. Lo stato di ogni colonna, se non già impostato a DTPSTATUS_ISNULL, è impostato a DTPSTATUS_OK.

Se il buffer è un buffer di output, si verifica un'eccezione DTS_E_DIRECTTONONERROROUTPUT . Se il buffer è stato creato con il BUFF_NOOLEDB flag, si verifica un errore.

Si applica a