IDatabaseConfiguration.IsUsingWsusWmsdeInstall
Determines if the WSUS server is using the local instance of the SQL Server 2000 Desktop Engine (Windows), known as WMSDE, that was installed during setup.
public bool IsUsingWsusWmsdeInstall {get;}
Public ReadOnly Property IsUsingWsusWmsdeInstall As bool
Property Value
True if the WSUS server is using the local WMSDE instance that was installed during setup; otherwise, false.
Remarks
This property can be true only if IDatabaseConfiguration.IsWsusWmsdeInstalled is true.
Requirements
Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
Namespace | Defined in Microsoft.UpdateServices.Administration. |
Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
.NET Framework | Requires .NET Framework 1.1. |