Proprietà DisplayName
Gets the display name of the server group.
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintassi
'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property DisplayName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the server group display name.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche