共用方式為


SPGlobalConfig.ClusterGuid property

NOTE: This API is now obsolete.

已過時。取得伺服器陣列的 GUID。

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

Syntax

'宣告
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.",  _
    False)> _
Public Shared ReadOnly Property ClusterGuid As Guid
    Get
'用途
Dim value As Guid

value = SPGlobalConfig.ClusterGuid
[ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.", 
    false)]
public static Guid ClusterGuid { get; }

Property value

Type: System.Guid
System.Guid指定伺服器陣列。

請參閱

參照

SPGlobalConfig class

SPGlobalConfig members

Microsoft.SharePoint.Administration namespace