JobServer.AlertCategories-Eigenschaft
Represents a collection of AlertCategory objects. Each AlertCategory object represents an alert category defined on SQL Server Agent.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(AlertCategory))> _
Public ReadOnly Property AlertCategories As AlertCategoryCollection
Get
'Usage
Dim instance As JobServer
Dim value As AlertCategoryCollection
value = instance.AlertCategories
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(AlertCategory))]
public AlertCategoryCollection AlertCategories { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(AlertCategory))]
public:
property AlertCategoryCollection^ AlertCategories {
AlertCategoryCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(AlertCategory))>]
member AlertCategories : AlertCategoryCollection
function get AlertCategories () : AlertCategoryCollection
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection
An AlertCategoryCollection object that represents all the alert categories defined on SQL Server Agent.
Beispiele
Planen von automatischen, administrativen Tasks im SQL Server-Agent
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo.Agent-Namespace
Andere Ressourcen
Automatisierte Administrationstasks (SQL Server-Agent)
Gespeicherte Prozeduren des SQL Server-Agents (Transact-SQL)
Gespeicherte Prozeduren des SQL Server-Agents (Transact-SQL)