Remove 方法 (AlertCategory)
Removes an AlertCategory object from the AlertCategoryCollection collection.
命名空间: 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
)
参数
- alertCategory
类型:Microsoft.SqlServer.Management.Smo.Agent. . :: . .AlertCategory