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


Метод AlertCategoryCollection.Add

Adds an AlertCategory object to the AlertCategoryCollection collection.

Пространство имен:  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
)

Параметры

Примеры

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

См. также

Справочник

AlertCategoryCollection Класс

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