Méthode BrokerPriority.Create

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Create
'Utilisation
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()

Implémente

ICreatable.Create()

Exemples

CREATE BROKER PRIORITY (Transact-SQL)

Voir aussi

Référence

BrokerPriority Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Broker

Autres ressources

Priorités de conversation

Gestion des priorités de conversation

Résolution des problèmes liés aux priorités de conversation

Développement (Service Broker)

Vue d'ensemble (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)