MessageTypeMapping.MessageSource Özelliği
Alır veya ayarlar iletinin kaynak.
Ad Alanı: Microsoft.SqlServer.Management.Smo.Broker
Derleme: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)
Sözdizimi
'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MessageSource As MessageSource
Get
Set
'Kullanım
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)
Özellik Değeri
Tür: Microsoft.SqlServer.Management.Smo.Broker.MessageSource
A MessageSource Nesne değeri belirleyen bir ileti kaynak.
Ayrıca bkz.