Udostępnij przez


Właściwość RegisteredServer.Description

Pobiera nazwę serwera zarejestrowane.

Przestrzeń nazw:  Microsoft.SqlServer.Management.RegisteredServers
Zestaw:  Microsoft.SqlServer.Management.RegisteredServers (w Microsoft.SqlServer.Management.RegisteredServers.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Description As String
    Get
    Set
'Użycie
Dim instance As RegisteredServer
Dim value As String

value = instance.Description

instance.Description = value
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public string Description { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Wartość właściwości

Typ: System.String
A String wartość, która określa nazwę zarejestrowanego serwera.

Uwagi

Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.