IDatabaseConfiguration.IsUsingWsusWmsdeInstall Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
ReadOnly Property IsUsingWsusWmsdeInstall As Boolean
'Usage
Dim instance As IDatabaseConfiguration
Dim value As Boolean

value = instance.IsUsingWsusWmsdeInstall
bool IsUsingWsusWmsdeInstall { get; }
property bool IsUsingWsusWmsdeInstall {
    bool get ();
}
/** @property */
boolean get_IsUsingWsusWmsdeInstall ()
function get IsUsingWsusWmsdeInstall () : boolean

Property Value

True if WSUS is installed to a WMSDE instance that WSUS installed during setup. False, if WSUS is not using a WMSDE instance that WSUS installed during setup.

Remarks

  • This property can be true only if IsWsusWmsdeInstalled is true.

  • This property is obsolete in WSUS 3.0, and will always return false.

Platforms

Windows Server 2003

See Also

Reference

IDatabaseConfiguration Interface
IDatabaseConfiguration Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.