Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Applies To: Windows Server Update Services
Number of updates or deployments that have been synchronized so far.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
public int ProcessedItems { get; }
public:
property int ProcessedItems {
int get();
}
member ProcessedItems : int with get
Public ReadOnly Property ProcessedItems As Integer
Type: System.Int32
Number of updates or deployments that have been synchronized so far. To determine if the number of processed items represents synchronized updates or deployments, call Phase.
SynchronizationProgress Class
Microsoft.UpdateServices.Administration Namespace
Return to top