共用方式為


SPSystemPerformanceMonitor.Computer property

在衍生類別中實作時,取得其效能正受到監視的電腦名稱。

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

Syntax

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

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

Property value

Type: System.String
電腦的名稱。

請參閱

參照

SPSystemPerformanceMonitor class

SPSystemPerformanceMonitor members

Microsoft.SharePoint.Utilities namespace