Microsoft.SQLServer.AgentJobSQL Agent-Auftrag

Microsoft.SQLServer.AgentJob (ClassType)

Alle Aufträge für den Microsoft SQL Server-Agent, unabhängig von der Version.

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 (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.SQLServer.AgentJob:
JobID  string  JobID true 256  False 
Name  string  Auftragsname false 256  False 
Description  string  Beschreibung false 512  False 
Category  string  Kategorie false 256  False 
Owner  string  Besitzer false 256  False 
OriginatingServer  string  Ausgangsserver false 256  False 
IsEnabled  bool  Ist aktiviert 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>