Condividi tramite


IDTSBuffer100.SetStatus(Int32, Int32, UInt32) Metodo

Definizione

Imposta le informazioni sullo stato di una colonna in un oggetto IDTSBuffer100.

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

Handle di riga.

hCol
Int32

Handle di colonna.

dbStatus
UInt32

Informazioni sullo stato della colonna.

Commenti

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

Si applica a