Add 메서드
Adds a BrokerPriority object to the collection.
네임스페이스: Microsoft.SqlServer.Management.Smo.Broker
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Add ( _
brokerPriority As BrokerPriority _
)
‘사용 방법
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
)
매개 변수
- brokerPriority
유형: Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerPriority
A BrokerPriority object that specifies the conversation priority to add to the collection.