Microsoft.SQLServer.AgentJobSQL Agent 作業

Microsoft.SQLServer.AgentJob (ClassType)

所有的 Microsoft SQL Server Agent 作業,版本不限。

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 (CHT) Description (CHT) 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 256  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"/>
<Property ID="Category" Type="string"/>
<Property ID="Owner" Type="string"/>
<Property ID="OriginatingServer" Type="string"/>
<Property ID="IsEnabled" Type="bool"/>
</ClassType>