Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a BrokerPriority object to the collection.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
brokerPriority As BrokerPriority _
)
'Usage
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
)
Parameters
- brokerPriority
Type: Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority
A BrokerPriority object that specifies the conversation priority to add to the collection.