SPPerformanceCategoryDefinition members
Include protected members
Include inherited members
效能計數器組 categoryand 中一組相關的存放區資訊提供的正規化效能計數器資訊的方法。
The SPPerformanceCategoryDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPerformanceCategoryDefinition() | 初始化SPPerformanceCategoryDefinition類別的新執行個體。 | |
SPPerformanceCategoryDefinition(String, IList<String>) | 初始化SPPerformanceCategoryDefinition類別的categoryName和counterNames參數為基礎的新執行個體。 |
Top
Properties
Name | Description | |
---|---|---|
CategoryName | 效能計數器類別/物件名稱來監視。 | |
CounterNames | 在 [監視] 類別中的計數器的清單。 | |
InstanceNames | 執行個體名稱。 | |
LocalizedCategoryName | 類別的當地語系化名稱。 | |
ProviderName | 如果定義為特定提供者底下,顯示的提供者名稱。 | |
UpgradedPersistedProperties | 取得已刪除或變更的欄位的欄位名稱和值集合。 (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
AddCounter | 定義新增計數器名稱。 | |
AddInstance | 新增效能計數器的指定執行個體。 | |
ContainsCounter | 檢查類別中,是否存在效能計數器 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | 取得序列的物件的狀態。 (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | 物件已經從檔案系統快取或資料庫還原序列化之後呼叫。 (Inherited from SPAutoSerializingObject.) | |
RemoveCounter | 移除類別的執行個體。 | |
RemoveInstance | 移除類別的執行個體。 | |
ShouldMonitorInstance | 這個方法會傳回 true 如果應該監視的指定執行個體。 | |
ToString | (Inherited from Object.) | |
UpdateParent | 會包含SPPersistedObject,若有的話,來更新其狀態。 (Inherited from SPAutoSerializingObject.) |
Top