IDatabaseConfiguration.DatabaseName Property
Applies To: Windows Server Update Services
Gets the name of the database that WSUS is using.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string DatabaseName { get; }
property String^ DatabaseName {
String^ get();
}
abstract DatabaseName : string with get
ReadOnly Property DatabaseName As String
Property Value
Type: System.String
The name of the database used by WSUS.
See Also
IDatabaseConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top