BrokerPriorityCollection.Add メソッド

BrokerPriority オブジェクトをコレクションに追加します。

名前空間:  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
)

パラメーター

使用例

コレクションの使用

関連項目

参照

BrokerPriorityCollection クラス

Microsoft.SqlServer.Management.Smo.Broker 名前空間