IDTSBuffer100.PrepareDataStatusForInsert(Int32) Metodo

Definizione

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

Parametri

hRow
Int32

Commenti

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

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

Si applica a