sp_drop_remote_type procedure

Purpose

To drop a message type from the database.

Syntax

sp_drop_remote_type type_name

See also

Description Example

Argument

Description

 

 

type_name

The message type to drop. This must be a string

 

containing one of the following:

 

file

 

ftp

 

smtp

 

mapi

 

vim

 

 

“sp_remote_type procedure” on page 427

“DROP REMOTE MESSAGE TYPE statement” on page 362 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

388

Page 406
Image 406
Sybase DC38133-01-0902-01 manual Spdropremotetype procedure, Spdropremotetype typename