Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
bool GetStatus( ULONG nColumn**, DBSTATUS*** pStatus ) const;
bool GetStatus( TCHAR* pColumnName**, DBSTATUS*** pStatus ) const;
Return Value
Returns true if the specified column is found. Otherwise, this function returns false.
Parameters
nColumn
[in] The column number.
pColumnName
[in] A pointer to the character string containing the column name.
pStatus
[out] A pointer to the variable containing the column status. See in the OLE DB Programmer's Reference for more information.
Remarks
Retrieves the status of the specified column.
CDynamicAccessor Overview | Class Members
See Also