Compartilhar 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.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Class CategoryBase _
    Inherits AgentObjectBase _
    Implements ICreatable, IDroppable, IRenamable, IScriptable
'Uso
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

Comentários

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

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.