Compartir a través de


OperatorCategory Constructor (JobServer, String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    jobServer As JobServer, _
    name As String _
)
'Uso
Dim jobServer As JobServer 
Dim name As String 

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

Parámetros

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

OperatorCategory Clase

Sobrecarga de OperatorCategory

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent

Otros recursos

Tareas administrativas automatizadas (Agente SQL Server)

sp_add_category (Transact-SQL)