Свойство MessageTypeMapping.MessageSource
Gets or sets the message source.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MessageSource As MessageSource
Get
Set
'Применение
Dim instance As MessageTypeMapping
Dim value As MessageSource
value = instance.MessageSource
instance.MessageSource = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public MessageSource MessageSource { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property MessageSource MessageSource {
MessageSource get ();
void set (MessageSource value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MessageSource : MessageSource with get, set
function get MessageSource () : MessageSource
function set MessageSource (value : MessageSource)
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Broker.MessageSource
A MessageSource object value that specifies the message source.
Примеры
Readme_ServiceBrokerConfiguration
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Broker
Другие ресурсы
Общие сведения (компонент Service Broker)