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 usato per impostare le informazioni sullo stato per una colonna nell'IDTSBuffer100 usando i flag nel DTPSTATUSENUM. Se il buffer non viene creato con il flag di BUFF_NOOLEDB, l'unico valore di stato accettabile è DTPSTATUS_OK o DTPSTATUS_ISNULL.

Si applica a