共用方式為


SPHealthReportCreationData.SupportMachineName property

取得或設定 Boolean 值,指出查詢是否支援 @MachineName 參數可識別伺服器陣列中的伺服器。

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

Syntax

'宣告
Public Property SupportMachineName As Boolean
    Get
    Set
'用途
Dim instance As SPHealthReportCreationData
Dim value As Boolean

value = instance.SupportMachineName

instance.SupportMachineName = value
public bool SupportMachineName { get; set; }

Property value

Type: System.Boolean
true如果查詢支援 MachineName 參數。

請參閱

參照

SPHealthReportCreationData class

SPHealthReportCreationData members

Microsoft.SharePoint.Administration namespace