Microsoft.SQLServer.Core.AgentJobMSSQL: 一般代理程式作業

Microsoft.SQLServer.Core.AgentJob (ClassType)

SQL Server Agent 作業物件所有版本之通用屬性的基本集合。

Knowledge Base article:

摘要

SQL Server Agent 作業物件所有版本之通用屬性的基本集合。

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
Microsoft.SQLServer.Core.AgentJob:
Name  string  工作名稱 true 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.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>