Microsoft.SharePoint.Library.SPTimerJobInstanceSharePoint 计时器作业实例

Microsoft.SharePoint.Library.SPTimerJobInstance (ClassType)

它是特定计算机上提供的一个 SharePoint 计时器作业实例。

Element properties:

Base ClassMicrosoft.Windows.LocalService
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdeab06e2a-0633-7eb8-baa7-0fec31b6a0fc

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SharePoint.Library.SPTimerJobInstance:
FarmID  string  SPTimerJobInstanc 的场 ID 计时器作业主机实例的场 ID 属性。 true 256  False 
FarmName  string  SPTimerJobInstanc 的场名称 计时器作业主机实例的场名称属性。 false 256  False 
TimerJobID  string  SPTimerJobInstance 的计时器作业 ID 计时器作业主机实例的计时器作业 ID。 true 256  False 
Title  string  SPTimerJobInstance 的工作职务 计时器作业主机实例的工作职务。 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Library.SPTimerJobInstance" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.LocalService" Hosted="true" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="FarmName" Type="string" Key="false"/>
<Property ID="TimerJobID" Type="string" Key="true"/>
<Property ID="Title" Type="string" Key="false"/>
</ClassType>