Microsoft.SQLServer.2014.AgentJobSQL Server 2014 エージェント ジョブ

Microsoft.SQLServer.2014.AgentJob (ClassType)

すべての Microsoft SQL Server 2014 エージェント ジョブ。

Element properties:

Base ClassMicrosoft.SQLServer.2014.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId059c1c3c-d0b5-9334-2f67-c853bca76b67

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.SQLServer.2014.AgentJob:
JobID  string  JobID true 256  False 
Name  string  ジョブ名 false 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.2014.AgentJob" Accessibility="Public" Base="Microsoft.SQLServer.2014.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>