IDatabaseConfiguration Interface

 

Applies To: Windows Server Update Services

Allows access to database configuration information. To get this interface, call GetDatabaseConfiguration.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public interface IDatabaseConfiguration
public interface class IDatabaseConfiguration
type IDatabaseConfiguration = interface end
Public Interface IDatabaseConfiguration

Properties

Name Description
System_CAPS_pubproperty DatabaseName

Gets the name of the database that WSUS is using.

System_CAPS_pubproperty IsUsingWindowsInternalDatabase

Gets whether or not WSUS is using the Windows Internal Database.

System_CAPS_pubproperty ServerName

Gets the name of the database server instance that WSUS is using.

Methods

Name Description
System_CAPS_pubmethod ConnectToDatabase()

Tests connectivity to the database.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top