共用方式為


SPSystemPerformanceMonitor.Name property

在衍生類別中實作時,取得效能監視器的名稱。

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public MustOverride ReadOnly Property Name As String
    Get
'用途
Dim instance As SPSystemPerformanceMonitor
Dim value As String

value = instance.Name
public abstract string Name { get; }

Property value

Type: System.String
效能監視器的名稱。

Implements

ISPPerformanceMonitor.Name

備註

Notes to implementers

為了與現有的效能監視器名稱保持一致性,我們建議您監視器的名稱遵循模式Computer\Category\Counter[\Instance]。

請參閱

參照

SPSystemPerformanceMonitor class

SPSystemPerformanceMonitor members

Microsoft.SharePoint.Utilities namespace