Compartilhar via


Método BrokerPriority.Create

Creates a conversation priority on the instance of Microsoft SQL Server as defined by the BrokerPriority object.

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

Sintaxe

'Declaração
Public Sub Create
'Uso
Dim instance As BrokerPriority

instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit  
override Create : unit -> unit
public final function Create()

Implementa

ICreatable.Create()

Exemplos

CREATE BROKER PRIORITY (Transact-SQL)

Consulte também

Referência

BrokerPriority Classe

Namespace Microsoft.SqlServer.Management.Smo.Broker

Outros recursos

Prioridades de Conversa

Gerenciando as prioridades de conversa

Solucionando problemas de prioridades de conversa

Desenvolvimento (Service Broker)

Visão geral (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)