Microsoft.SQLServer.AgentJobЗадание агента SQL Server

Microsoft.SQLServer.AgentJob (ClassType)

Все задания агентов SQL Server независимо от версии.

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
ElementId635af3d9-a708-1b82-e46b-608cc7de4f31

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
Microsoft.SQLServer.AgentJob:
JobID  string  JobID true 256  False 
Name  string  Имя задания false 256  False 
Description  string  Описание false 512  False 
Category  string  Категория false 256  False 
Owner  string  Владелец false 256  False 
OriginatingServer  string  Исходный сервер false 256  False 
IsEnabled  bool  Включено 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>