Condividi tramite


Proprietà MessageTypeMapping.MessageSource

Gets or sets the message source.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MessageSource As MessageSource 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.Broker.MessageSource
A MessageSource object value that specifies the message source.

Esempi

Readme_ServiceBrokerConfiguration

Vedere anche

Riferimento

MessageTypeMapping Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker

Altre risorse

Panoramica (Service Broker)

Gestione di Service Broker

Sviluppo (Service Broker)