Aracılığıyla paylaş


ServiceBrokerPayload.IsMessageForwardingEnabled Property

Gets or sets the Boolean property that specifies whether message forwarding is enabled on the Service Broker payload.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsMessageForwardingEnabled As Boolean
    Get
    Set
'Kullanım
Dim instance As ServiceBrokerPayload
Dim value As Boolean

value = instance.IsMessageForwardingEnabled

instance.IsMessageForwardingEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsMessageForwardingEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsMessageForwardingEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsMessageForwardingEnabled : bool with get, set
function get IsMessageForwardingEnabled () : boolean
function set IsMessageForwardingEnabled (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that specifies whether message forwarding is enabled.
If True, message forwarding is enabled.
If False (default), message forwarding is disabled.

Examples

Implementing Endpoints

See Also

Reference

ServiceBrokerPayload Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Endpoint Authentication Types