Partager via


Classe CategoryBase

The CategoryBase class is a base class that is used in the construction of the JobCategory class, the OperatorCategory class, and the AlertCategory class. It contains functionality that is common to all three category classes.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Class CategoryBase _
    Inherits AgentObjectBase _
    Implements ICreatable, IDroppable, IRenamable, IScriptable
'Utilisation
Dim instance As CategoryBase
public class CategoryBase : AgentObjectBase, 
    ICreatable, IDroppable, IRenamable, IScriptable
public ref class CategoryBase : public AgentObjectBase, 
    ICreatable, IDroppable, IRenamable, IScriptable
type CategoryBase =  
    class
        inherit AgentObjectBase
        interface ICreatable
        interface IDroppable
        interface IRenamable
        interface IScriptable
    end
public class CategoryBase extends AgentObjectBase implements ICreatable, IDroppable, IRenamable, IScriptable

Notes

SQL Server Agent categories are optional attributes that are used to group alerts, jobs, and operators.

With the JobCategory, OperatorCategory, and AlertCategory objects, you can:

  • Create groupings for alerts, jobs, and operators.

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.