Microsoft.SQLServer.Core.AgentJobMSSQL: 汎用エージェント ジョブ

Microsoft.SQLServer.Core.AgentJob (ClassType)

SQL Server エージェント ジョブ オブジェクトのすべてのバージョンの共通プロパティの基本的なコレクションです。

Knowledge Base article:

概要

SQL Server エージェント ジョブ オブジェクトのすべてのバージョンの共通プロパティの基本的なコレクションです。

Element properties:

Base ClassSystem.Database
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc3a87c86-4630-1643-2895-c156d510130f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) 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  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>