Свойство DisplayName
Gets the display name of the SQL Server service.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public ReadOnly Property DisplayName As String
Get
'Применение
Dim instance As Service
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
public:
property String^ DisplayName {
String^ get ();
}
member DisplayName : string
function get DisplayName () : String
Значение свойства
Тип: System. . :: . .String
A String value that specifies the display name of the SQL Server service.
См. также