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
ElementIdc0e0a2a8-0c11-fe58-fd20-eb4ee92a2933

Class Hierarchy:

Class Properties:

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