Microsoft.SQLServer.AgentJobTrabajo del Agente SQL

Microsoft.SQLServer.AgentJob (ClassType)

Todos los trabajos del Agente Microsoft SQL Server, independientemente de la versión.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId635af3d9-a708-1b82-e46b-608cc7de4f31

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.SQLServer.AgentJob:
JobID  string  JobID true 256  False 
Name  string  Nombre del trabajo false 256  False 
Description  string  Descripción false 256  False 
Category  string  Categoría false 256  False 
Owner  string  Propietario false 256  False 
OriginatingServer  string  Servidor de origen false 256  False 
IsEnabled  bool  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"/>
<Property ID="Category" Type="string"/>
<Property ID="Owner" Type="string"/>
<Property ID="OriginatingServer" Type="string"/>
<Property ID="IsEnabled" Type="bool"/>
</ClassType>