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


MessageTypeMapping.MessageSource Property

Gets or sets the message type source.

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

Синтаксис

'Декларация
Public Property MessageSource As MessageSource
public MessageSource MessageSource { get; set; }
public:
property MessageSource MessageSource {
    MessageSource get ();
    void set (MessageSource value);
}
/** @property */
public MessageSource get_MessageSource ()

/** @property */
public void set_MessageSource (MessageSource value)
public function get MessageSource () : MessageSource

public function set MessageSource (value : MessageSource)

Значение свойства

A MessageSource object value that specifies the message source.

Замечания

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Пример

Readme_ServiceBrokerConfiguration

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MessageTypeMapping Class
MessageTypeMapping Members
Microsoft.SqlServer.Management.Smo.Broker Namespace

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

Знакомство с компонентом Service Broker
Managing Service Broker
Service Broker Programming