DisplayName Property (SqlService Class)

Gets the display name of the service.

Syntax

object.DisplayName [= value]

Parts

Property Value/Return Value

A string value that specifies the display name of the service.

Hinweise

This string has a maximum length of 256 characters. The name is case-preserved in the SQL Server Configuration Manager. However, display name comparisons are always case-insensitive.

Beispiel

mysqlservice.DisplayName = "Atdisk"

Siehe auch

Andere Ressourcen

Starten und Beenden von Diensten

Hilfe und Informationen

Informationsquellen für SQL Server 2005