共用方式為


SPPatchableUnitInfo.Servers property

**[Microsoft.SharePoint.Administration.SPPatchableUnitInfo]**安裝所在的所有伺服器的相關資訊。

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

Syntax

'宣告
Public ReadOnly Property Servers As List(Of SPServerProductInfo)
    Get
'用途
Dim instance As SPPatchableUnitInfo
Dim value As List(Of SPServerProductInfo)

value = instance.Servers
public List<SPServerProductInfo> Servers { get; }

Property value

Type: System.Collections.Generic.List<SPServerProductInfo>
伺服器List<T>

請參閱

參照

SPPatchableUnitInfo class

SPPatchableUnitInfo members

Microsoft.SharePoint.Administration namespace