Microsoft.SQLServer.AgentJobSQL 에이전트 작업

Microsoft.SQLServer.AgentJob (ClassType)

버전에 관계없이 모든 Microsoft SQL Server 에이전트 작업입니다.

Knowledge Base article:

Summary

All Microsoft SQL Server 2008, 2008 R2 and 2012 Agent jobs.

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