次の方法で共有


Remove メソッド (AlertCategory)

AlertCategory オブジェクトを AlertCategoryCollection コレクションから削除します。

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

構文

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

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

パラメーター