TSqlModelOptions.ServiceBrokerOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the ENABLE_BROKER | DISABLE_BROKER | NEW_BROKER | ERROR_BROKER_CONVERSATIONS database option.
public Microsoft.SqlServer.Dac.Model.ServiceBrokerOption? ServiceBrokerOption { get; set; }
member this.ServiceBrokerOption : Nullable<Microsoft.SqlServer.Dac.Model.ServiceBrokerOption> with get, set
Public Property ServiceBrokerOption As Nullable(Of ServiceBrokerOption)