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 usa para establecer la información de estado de una columna en mediante IDTSBuffer100 las marcas de .DTPSTATUSENUM Si el búfer no se crea con la marca de BUFF_NOOLEDB, el único valor de estado aceptable es DTPSTATUS_OK o DTPSTATUS_ISNULL.

Se aplica a