MSSQL_REQ_COMMAND_E¶
This object represents one of the SQL Request Commands.
Enumerations
QUERY
PRETDS7
RPC
RESPONSE
ATTENTION
BULKDATA
TRANSMGR
LOGIN
SSPI
PRELOGIN
COM_UNKNOWN
This topic lists the expressions that are provided by this class.
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