Share via


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

Handle della riga da impostare o H_ALL se devono essere impostate tutte le righe nel buffer.

Commenti

Questo metodo imposta il valore di stato delle colonne nella riga specificata. Se H_ALL specificato, vengono impostate le colonne in tutte le righe del buffer. Lo stato di ogni colonna, se non è già impostato DTPSTATUS_ISNULLsu , è 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 BUFF_NOOLEDB flag, si verifica un errore.

Si applica a