UpdateServerStatus.ShouldDeleteUnneededRevisions Property
Applies To: Windows Server Update Services
Indicates if the WSUS database is growing too large and that unneeded revisions should be deleted.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool ShouldDeleteUnneededRevisions { get; set; }
public:
property bool ShouldDeleteUnneededRevisions {
bool get();
void set(bool value);
}
member ShouldDeleteUnneededRevisions : bool with get, set
Public Property ShouldDeleteUnneededRevisions As Boolean
Property Value
Type: System.Boolean
True if unneeded revisions should be deleted. False if no action is currently necessary.
Remarks
When running on MSDE, the WSUS database can grow beyond the 2-gigabyte limitation of that database. To ensure that WSUS continues to work, it will notify you when the database grows too large by setting this flag. When this flag is set, you should use the WsusUtil tool to delete unneeded revisions from the WSUS database.
See Also
UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace
Return to top