Construtor BrokerPriority
Initializes a new instance of the BrokerPriority class.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub New
'Uso
Dim instance As New BrokerPriority()
public BrokerPriority()
public:
BrokerPriority()
new : unit -> BrokerPriority
public function BrokerPriority()
Comentários
The default constructor initializes any fields to their default values.
Exemplos
CREATE BROKER PRIORITY (Transact-SQL)
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Broker
Outros recursos
Gerenciando as prioridades de conversa
Solucionando problemas de prioridades de conversa
Desenvolvimento (Service Broker)
CREATE BROKER PRIORITY (Transact-SQL)