Поделиться через


Метод AlertCategoryCollection.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
)

Параметры

Примеры

Использование коллекций

См. также

Справочник

AlertCategoryCollection Класс

Перегрузка Remove

Пространство имен Microsoft.SqlServer.Management.Smo.Agent