Construtor JobCategory (JobServer, String)
Initializes a new instance of the JobCategory class.
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 JobCategory(jobServer, _
name)
public JobCategory(
JobServer jobServer,
string name
)
public:
JobCategory(
JobServer^ jobServer,
String^ name
)
new :
jobServer:JobServer *
name:string -> JobCategory
public function JobCategory(
jobServer : JobServer,
name : String
)
Parâmetros
- jobServer
Tipo: Microsoft.SqlServer.Management.Smo.Agent.JobServer
A JobServer object that specifies the SQL Server Agent Service.
- name
Tipo: System.String
A String value that specifies the name of the job category.
Exemplos
Agendando tarefas administrativas automáticas no SQL Server Agent
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Agent
Outros recursos
Tarefas de administração automatizadas (SQL Server Agent)