Compartilhar via


Construtor AlertCategory (JobServer, String)

Initializes a new instance of the AlertCategory class on the specified instance of the SQL Server Agent and with the specified name.

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

Sintaxe

'Declaração
Public Sub New ( _
    jobServer As JobServer, _
    name As String _
)
'Uso
Dim jobServer As JobServer 
Dim name As String 

Dim instance As New AlertCategory(jobServer, _
    name)
public AlertCategory(
    JobServer jobServer,
    string name
)
public:
AlertCategory(
    JobServer^ jobServer, 
    String^ name
)
new : 
        jobServer:JobServer * 
        name:string -> AlertCategory
public function AlertCategory(
    jobServer : JobServer, 
    name : String
)

Parâmetros

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

AlertCategory Classe

Sobrecarregado AlertCategory

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

Tarefas de administração automatizadas (SQL Server Agent)

sp_add_category (Transact-SQL)