Table of Contents

Class SqlDatabaseServiceBrokerOptions

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the service broker options for a SQL database. This applies to on-premises SQL instances.

public class SqlDatabaseServiceBrokerOptions : BypassSection
Inheritance
SqlDatabaseServiceBrokerOptions
Inherited Members

Constructors

SqlDatabaseServiceBrokerOptions()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlDatabaseServiceBrokerOptions class.

public SqlDatabaseServiceBrokerOptions()

Properties

BrokerEnabled

Gets or sets whether the service broker is enabled.

public BooleanOption BrokerEnabled { get; set; }

Property Value

BooleanOption

HonorBrokerPriority

Gets or sets whether to honor broker priority.

public BooleanOption HonorBrokerPriority { get; set; }

Property Value

BooleanOption

ServiceBrokerGuid

Gets or sets the service broker identity.

public Guid ServiceBrokerGuid { get; set; }

Property Value

Guid

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.SqlDatabaseServiceBrokerOptions class from the specified XML.

public static SqlDatabaseServiceBrokerOptions FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlDatabaseServiceBrokerOptions

A CENTREL.XIA.Configuration.Types.SqlDatabaseServiceBrokerOptions class.

ToString()

Returns the database service broker options as a human readable string.

public override string ToString()

Returns

string

The database service broker options as a human readable string.