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 | |
---|---|---|
DatabaseName | Gets the name of the database that WSUS is using. |
|
IsUsingWindowsInternalDatabase | Gets whether or not WSUS is using the Windows Internal Database. |
|
ServerName | Gets the name of the database server instance that WSUS is using. |
Methods
Name | Description | |
---|---|---|
ConnectToDatabase() | Tests connectivity to the database. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top