次の方法で共有


Add メソッド

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

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Add ( _
    alertCategory As AlertCategory _
)
'使用
Dim instance As AlertCategoryCollection
Dim alertCategory As AlertCategory

instance.Add(alertCategory)
public void Add(
    AlertCategory alertCategory
)
public:
void Add(
    AlertCategory^ alertCategory
)
member Add : 
        alertCategory:AlertCategory -> unit 
public function Add(
    alertCategory : AlertCategory
)

パラメーター