Share via


SPPatchableUnitInfo.GetMissingPatches - Méthode

Récupère une liste des correctifs requis (le cas échéant) qui sont manquantes sur le serveur donné.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function GetMissingPatches ( _
    serverName As String _
) As List(Of SPPatchInfo)
'Utilisation
Dim instance As SPPatchableUnitInfo
Dim serverName As String
Dim returnValue As List(Of SPPatchInfo)

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

Paramètres

  • serverName
    Type : System.String

    Nom de serveur afin de récupérer la liste des correctifs manquants.

Valeur renvoyée

Type : System.Collections.Generic.List<SPPatchInfo>
List<T> de correctifs requis sont manquants à partir du serveur donné.

Voir aussi

Référence

SPPatchableUnitInfo classe

SPPatchableUnitInfo - Membres

Microsoft.SharePoint.Administration - Espace de noms