Microsoft.SQLServer.AgentJobTrabalho do SQL Agent

Microsoft.SQLServer.AgentJob (ClassType)

Todos os trabalhos do Microsoft SQL Server Agent, independentemente da versão.

Knowledge Base article:

Summary

All Microsoft SQL Server 2008, 2008 R2 and 2012 Agent jobs.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd5fee9db-7bc1-7b09-ecf5-f391499f9c5d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.SQLServer.AgentJob:
JobID  string  JobID true 256  False 
Name  string  Nome do Trabalho false 256  False 
Description  string  Descrição false 512  False 
Category  string  Categoria false 256  False 
Owner  string  Proprietário false 256  False 
OriginatingServer  string  Servidor de Origem false 256  False 
IsEnabled  bool  Está Habilitado false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.AgentJob" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="JobID" Type="string" Key="true"/>
<Property ID="Name" Type="string"/>
<Property ID="Description" Type="string" Length="512"/>
<Property ID="Category" Type="string"/>
<Property ID="Owner" Type="string"/>
<Property ID="OriginatingServer" Type="string"/>
<Property ID="IsEnabled" Type="bool"/>
</ClassType>