Microsoft.SQLServer.2016.AgentJobSQL Server 2016-Agentauftrag

Microsoft.SQLServer.2016.AgentJob (ClassType)

Alle Microsoft SQL Server 2016-Agentaufträge.

Element properties:

Base ClassMicrosoft.SQLServer.2016.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId521ecc05-e716-b8fb-ec45-b470cd3cc73f

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.2016.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.2016.AgentJob" Accessibility="Public" Base="Microsoft.SQLServer.2016.Component" Hosted="true" Abstract="false" 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>