SPRunningJobCollection members
Include protected members
Include inherited members
代表SPRunningJob物件的集合。
The SPRunningJobCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | 此集合中取得SPRunningJob元素的數目。 (Overrides SPBaseCollection.Count.) | |
Item | 取得之元素的指定索引處。 | |
Parent | 取得執行工作的父物件。 | |
Service | Obsolete. 取得上層SPService物件。 | |
UpgradedPersistedProperties | 取得已刪除或變更的欄位的欄位名稱和值集合。 (Inherited from SPAutoSerializingObject.) | |
WebApplication | Obsolete. 取得SPWebApplication執行中的工作。 |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetInstance | 取得SPRunningJob物件的執行個體,或如果該物件不存在,會擲回例外狀況。 | |
GetObjectData | 取得序列的物件的狀態。 (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | 物件已經從檔案系統快取或資料庫還原序列化之後呼叫。 (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | 會包含SPPersistedObject,若有的話,來更新其狀態。 (Inherited from SPAutoSerializingObject.) |
Top