BrokerPriorityCollection.Add Method
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.