Compartilhar via


Propriedade do RDL ServerGroup.Description

Gets the name of the server group.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Description As String 
    Get 
    Set
'Uso
Dim instance As ServerGroup 
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)

Valor da propriedade

Tipo: System.String
A String value that specifies the name of the server group.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

ServerGroup Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers