Поделиться через


Метод MessageType.Drop

Removes the Message type.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Drop
'Применение
Dim instance As MessageType

instance.Drop()
public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit  
override Drop : unit -> unit
public final function Drop()

Реализует

IDroppable.Drop()

Замечания

You must drop all the contracts that use the message type before it can be removed.

Примеры

Readme_ServiceBrokerConfiguration

См. также

Справочник

MessageType Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Broker

Другие ресурсы

Разработка (компонент Service Broker)

Управление компонентом Service Broker

Общие сведения (компонент Service Broker)

CREATE MESSAGE TYPE (Transact-SQL)