SQL Remote User's Guide
Command Reference for Adaptive Server Enterprise
To drop a message type from the database.
sp_drop_remote_type type_name
Argument | Description |
---|---|
type_name |
The message type to drop. This must be a string containing one of the following:
|
DROP REMOTE MESSAGE TYPE statement
Drops the named message type from the database.
The following statement drops the MAPI message type from the database:
sp_drop_remote_type mapi go