IDatabaseConfiguration.ServerName Property

 

Applies To: Windows Server Update Services

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

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

Syntax

string ServerName { get; }
property String^ ServerName {
    String^ get();
}
abstract ServerName : string with get
ReadOnly Property ServerName As String

Property Value

Type: System.String

Name of the database server instance WSUS is using. The name is of the form: servername\instancename.

See Also

IDatabaseConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top