共用方式為


SPResourceMeasure members

Include protected members
Include inherited members

封裝的系統管理的閾值與規定了伺服器/OS 資源到全域伺服器資源使用狀況的有參與的邏輯。

The SPResourceMeasure type exposes the following members.

Constructors

  Name Description
Public method SPResourceMeasure 初始化SPResourceMeasure類別的新執行個體。

Top

Properties

  Name Description
Public property AbsoluteLimit 在終止 double,其中包含之前度量單位設 (執行的程式碼、 應用程式定義域、 程序) 的允許的資源使用狀況的限制。
Public property CanBackupRestoreAsConfiguration 取得一個值,指出是否資源測量物件可以選取納入僅限設定備份或還原作業。
Public property CanRenameOnRestore 取得 Boolean 值,指出已還原時,是否可以重新命名SPResourceMeasure 。
Public property CanSelectForBackup 取得或設定 Boolean 值,指出是否已選取管理中心使用者介面 (UI) 中的備份作業SPResourceMeasure 。
Public property CanSelectForRestore 取得或設定 Boolean 值,指出是否已選取管理中心使用者介面 (UI) 中的還原作業SPResourceMeasure 。
Public property DiskSizeRequired 會取得所需的備份的磁碟空間。
Public property DisplayName 取得說明系統管理使用者介面中的持續性的物件執行個體的顯示名稱。 (Inherited from SPPersistedObject.)
Public property Farm 取得物件所在的伺服器陣列。 (Inherited from SPPersistedObject.)
Public property Id 取得或設定與物件關聯的 GUID。 (Inherited from SPPersistedObject.)
Public property MinimumThreshold 任何流量可能超過下方的最小閾值。例如,在評估 CPU 時間,MinimumThreshold 度量單位可能會 100ms年。下方 100ms年任何累加流量不彙總,由於假設其值可為完全正常的執行時間的網頁組件。高於臨界值的最小任何使用狀況追蹤,且為 (值-MinimumThreshold) 記錄。
Public property Name 取得或設定用來唯一地識別具有相同的父項和類別的兩個物件的名稱。 (Inherited from SPPersistedObject.)
Public property Parent 取得父項的組態物件樹狀目錄之邏輯階層中。 (Inherited from SPPersistedObject.)
Public property Properties 取得保存物件的中繼資料。 (Inherited from SPPersistedObject.)
Public property ResourcesPerPoint 代表此資源量值的正規化因素。
Public property Status 取得或設定此類別代表物件的狀態。 (Inherited from SPPersistedObject.)
Public property TypeName 取得說明系統管理使用者介面中的物件類型的顯示名稱。 (Inherited from SPPersistedObject.)
Public property UpgradedPersistedProperties 取得已刪除或變更的欄位的欄位名稱和值集合。 (Inherited from SPAutoSerializingObject.)
Public property Version 取得一個值,每的次就遞增物件已更新。 (Inherited from SPPersistedObject.)
Protected property WasCreated 取得 Boolean 值,指出物件是否已初始化,以及是否可以在資料庫中找到。 (Inherited from SPPersistedObject.)

Top

Methods

  Name Description
Public method AddBackupObjects 新增SPResourceMeasure並實作備份/還原作業 IBackupRestore 介面的任何子系。
Public method Clone 會傳回物件,不是來自於記憶體中快取,可讓呼叫的程式碼,以協助確保執行緒安全的複製物件。 (Inherited from SPPersistedObject.)
Public method CreateAggregator 建立此資源的適當的彙總工具類別的新執行個體。
Public method Delete 刪除此物件。 (Inherited from SPPersistedObject.)
Public method Equals 會決定目前保存的物件是否等於指定的物件。 (Inherited from SPPersistedObject.)
Protected method Finalize (Inherited from Object.)
Public method GetChild<T>() 會傳回指定類型為基礎的持續性物件的子系。 (Inherited from SPPersistedObject.)
Public method GetChild<T>(String) 會傳回指定名稱為基礎的持續性物件的子物件。 (Inherited from SPPersistedObject.)
Public method GetHashCode 做為保存物件的雜湊函數。 (Inherited from SPPersistedObject.)
Public method GetObjectData 取得序列的物件的狀態。 (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method HasAdditionalUpdateAccess 覆寫此方法,以允許多個使用者更新物件。 (Inherited from SPPersistedObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnAbort 會引發Abort事件。
Public method OnBackup 會引發備份事件
Public method OnBackupComplete 會引發 BackupComplete 事件
Protected method OnDeserialization 緊接在後呼叫基底類別會還原序列化本身執行其他工作。 (Inherited from SPPersistedObject.)
Public method OnPostRestore 會引發 PostRestore 事件。
Public method OnPrepareBackup 會引發 PrepareBackup 事件。
Public method OnPreRestore 會引發 PreRestore 事件。
Public method OnRestore 會引發的 Restore 事件。
Public method Provision 以本機伺服器,才能使用該物件所需進行的變更。 (Inherited from SPPersistedObject.)
Public method SetAggregatorType 會設定指定之物件的類型為基礎此資源的彙總工具類別。
Public method ToString 會傳回所有階 (父項、 上二層,依此類推) 和物件的名稱與類型。 (Inherited from SPPersistedObject.)
Public method Uncache 釋放物件所使用的記憶體快取。 (Inherited from SPPersistedObject.)
Public method Unprovision 對本機伺服器時,需要清理之後刪除之物件所做的變更。 (Inherited from SPPersistedObject.)
Public method Update() 這會更新此組態存放區中的資源量值。 (Overrides SPPersistedObject.Update().)
Public method Update(Boolean) 會使物件以儲存狀態,並傳播到的所有電腦的伺服器陣列,選擇性地擲回例外狀況,如果物件已存在設定存放區中的變更。 (Inherited from SPPersistedObject.)
Protected method UpdateParent 會包含SPPersistedObject,若有的話,來更新其狀態。 (Inherited from SPAutoSerializingObject.)
Protected method Validate 驗證的所有欄位的狀態之前保存物件。 (Inherited from SPPersistedObject.)

Top

請參閱

參照

SPResourceMeasure class

Microsoft.SharePoint.Administration namespace