SPPatchableUnitInfo.GetMissingPatches 方法

检索必需的修补程序 (如果有) 的列表所指定的服务器上丢失。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Function GetMissingPatches ( _
    serverName As String _
) As List(Of SPPatchInfo)
用法
Dim instance As SPPatchableUnitInfo
Dim serverName As String
Dim returnValue As List(Of SPPatchInfo)

returnValue = instance.GetMissingPatches(serverName)
public List<SPPatchInfo> GetMissingPatches(
    string serverName
)

参数

  • serverName
    类型:System.String

    要检索缺少的修补程序列表的服务器的名称。

返回值

类型:System.Collections.Generic.List<SPPatchInfo>
给定的服务器中缺少必需的修补程序List<T>

另请参阅

引用

SPPatchableUnitInfo 类

SPPatchableUnitInfo 成员

Microsoft.SharePoint.Administration 命名空间