Propriété MessageTypeMapping.MessageSource
Gets or sets the message source.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MessageSource As MessageSource
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Broker.MessageSource
A MessageSource object value that specifies the message source.
Exemples
Readme_ServiceBrokerConfiguration
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.Broker