Свойство DisplayName
Gets the display name of the server group.
Пространство имен: Microsoft.SqlServer.Management.RegisteredServers
Сборка: Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)
Синтаксис
'Декларация
<SfcIgnoreAttribute> _
Public ReadOnly Property DisplayName As String
Get
'Применение
Dim instance As ServerGroup
Dim value As String
value = instance.DisplayName
[SfcIgnoreAttribute]
public string DisplayName { get; }
[SfcIgnoreAttribute]
public:
property String^ DisplayName {
String^ get ();
}
[<SfcIgnoreAttribute>]
member DisplayName : string
function get DisplayName () : String
Значение свойства
Тип: System. . :: . .String
A String value that specifies the server group display name.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
См. также