Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsMessageForwardingEnabled As Boolean
Get
Set
'Usage
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
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace