MSSQL_REQ_COMMAND_E¶
This object represents one of the SQL Request Commands.
This topic lists the expressions that are provided by this class.
Enumerations¶
ATTENTION
BULKDATA
COM_UNKNOWN
LOGIN
PRELOGIN
PRETDS7
QUERY
RESPONSE
RPC
SSPI
TRANSMGR
Expressions¶
EQ ( mssql_req_command_e m)
The result is Boolean TRUE if the input argument is equal to the MSSQL Request Command represented by this object.
Parameters (expressions not allowed):
m - MSSQL Request Command Name
Returns: bool_at
NE ( mssql_req_command_e m)
The result is Boolean TRUE if the input argument is not equal to the MSSQL Request Command represented by this object.
Parameters (expressions not allowed):
m - MSSQL Request Command Name
Returns: bool_at