Microsoft.SQLServer.Core.AgentJobMSSQL: Generic Agent Job

Microsoft.SQLServer.Core.AgentJob (ClassType)

Basic collection of common properties for all versions of SQL Server Agent Job objects.

Knowledge Base article:

Summary

Basic collection of common properties for all versions of SQL Server Agent Job objects.

Element properties:

Base ClassSystem.Database
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc0e0a2a8-0c11-fe58-fd20-eb4ee92a2933

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SQLServer.Core.AgentJob:
Name  string  Job Name true 256  False     
Description  string  Description false 512  False     
Category  string  Category false 256  False     
Owner  string  Owner false 256  False     
OriginatingServer  string  Originating Server false 256  False     
IsEnabled  bool  Is Enabled false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.AgentJob" Base="System!System.Database" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="Description" Type="string" MaxLength="512"/>
<Property ID="Category" Type="string"/>
<Property ID="Owner" Type="string"/>
<Property ID="OriginatingServer" Type="string"/>
<Property ID="IsEnabled" Type="bool"/>
</ClassType>