BrokerPriorityCollection.Add Método
Adds a BrokerPriority object to the collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Add ( _
brokerPriority As BrokerPriority _
)
'Uso
Dim instance As BrokerPriorityCollection
Dim brokerPriority As BrokerPriority
instance.Add(brokerPriority)
public void Add(
BrokerPriority brokerPriority
)
public:
void Add(
BrokerPriority^ brokerPriority
)
member Add :
brokerPriority:BrokerPriority -> unit
public function Add(
brokerPriority : BrokerPriority
)
Parámetros
- brokerPriority
Tipo: Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority
A BrokerPriority object that specifies the conversation priority to add to the collection.
Ejemplos
Vea también
Referencia
BrokerPriorityCollection Clase
Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker