Microsoft.SharePoint.SPTimerJobInstanceSharePoint 計時器工作執行個體

Microsoft.SharePoint.SPTimerJobInstance (ClassType)

這是特定機器上的 SharePoint 計時器工作執行個體之一。

Element properties:

Base ClassMicrosoft.Windows.LocalService
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId11357355-fe90-4709-5e14-cebb35b67630

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.SharePoint.SPTimerJobInstance:
FarmID  string  SPTimerJobInstance 的伺服器陣列識別碼 計時器工作主機執行個體的 FarmID 內容。 true 256  False 
TimerJobID  string  SPTimerJobInstance 的計時器工作識別碼 計時器工作主機執行個體的計時器工作識別碼。 true 256  False 
Title  string  SPTimerJobInstance 的工作標題 計時器工作主機執行個體的工作標題。 false 256  False 

Health Model:

Source Code:

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