IDTSBuffer100.SetStatus(Int32, Int32, UInt32) Método

Definición

public:
 void SetStatus(int hRow, int hCol, System::UInt32 dbStatus);
public void SetStatus(int hRow, int hCol, uint dbStatus);
abstract member SetStatus : int * int * uint32 -> unit
Public Sub SetStatus (hRow As Integer, hCol As Integer, dbStatus As UInteger)

Parámetros

hRow
Int32
hCol
Int32
dbStatus
UInt32

Comentarios

Este método se utiliza para establecer la información de estado de una columna en el IDTSBuffer100 usando las banderas en el DTPSTATUSENUM. Si el buffer no se crea con la bandera BUFF_NOOLEDB, entonces el único valor de estado aceptable es DTPSTATUS_OK o DTPSTATUS_ISNULL.

Se aplica a