Microsoft.SystemCenter.Warehouse.Job데이터 웨어하우스 작업

Microsoft.SystemCenter.Warehouse.Job (ClassType)

Element properties:

Base ClassSystem.AdminItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3012ea05-d228-e4b5-e660-ad8e9a49ea57

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False   
Microsoft.SystemCenter.Warehouse.Job:
JobName  string  작업 이름 작업 이름 true 255  False   
JobCategory  enum  작업 범주 작업 범주 false 256    DW.JobCategory 
OrchestrationProcessId  int  오케스트레이션 프로세스 식별자 오케스트레이션 프로세스 식별자 false 256     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Warehouse.Job" Base="AdminItem!System.AdminItem" Accessibility="Public" Hosted="false" Abstract="true">
<Property ID="JobName" Type="string" Required="true" MaxLength="255" CaseSensitive="false" Key="true"/>
<Property ID="JobCategory" Type="enum" EnumType="DW.JobCategory" Required="true"/>
<Property ID="OrchestrationProcessId" Type="int" Required="false"/>
</ClassType>