IDTSBuffer100.SetStatus(Int32, Int32, UInt32) Metodo

Definizione

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)

Parametri

hRow
Int32
hCol
Int32
dbStatus
UInt32

Commenti

Questo metodo viene utilizzato per impostare le informazioni di stato di una colonna in usando IDTSBuffer100 i flag nel DTPSTATUSENUM. Se il buffer non viene creato con il flag BUFF_NOOLEDB, allora l'unico valore di stato accettabile è DTPSTATUS_OK o DTPSTATUS_ISNULL.

Si applica a