ISql90DatabaseOptions.ServiceBrokerOption Property
Gets or sets a value that models the service broker options.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property ServiceBrokerOption As Sql90ServiceBrokerOption
Sql90ServiceBrokerOption ServiceBrokerOption { get; set; }
property Sql90ServiceBrokerOption ServiceBrokerOption {
Sql90ServiceBrokerOption get ();
void set (Sql90ServiceBrokerOption value);
}
abstract ServiceBrokerOption : Sql90ServiceBrokerOption with get, set
function get ServiceBrokerOption () : Sql90ServiceBrokerOption
function set ServiceBrokerOption (value : Sql90ServiceBrokerOption)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.Sql90ServiceBrokerOption
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.