Freigeben über


BrokerPriority-Konstruktor

Initializes a new instance of the BrokerPriority class.

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

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New BrokerPriority()
public BrokerPriority()
public:
BrokerPriority()
new : unit -> BrokerPriority
public function BrokerPriority()

Hinweise

The default constructor initializes any fields to their default values.

Beispiele

CREATE BROKER PRIORITY (Transact-SQL)

Siehe auch

Verweis

BrokerPriority Klasse

BrokerPriority-Überladung

Microsoft.SqlServer.Management.Smo.Broker-Namespace

Andere Ressourcen

Konversationsprioritäten

Verwalten von Konversationsprioritäten

Problembehandlung bei Konversationsprioritäten

Entwicklung (Service Broker)

Übersicht (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

ALTER BROKER PRIORITY (Transact-SQL)

DROP BROKER PRIORITY (Transact-SQL)