Compartilhar via


Propriedade do RDL ServerGroup.Description

Gets or sets the textual description of the referenced group of registered servers.

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

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
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|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string Description { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
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 contains the textual description of the server group.

Consulte também

Referência

ServerGroup Classe

Namespace Microsoft.SqlServer.Management.Smo.RegisteredServers

Outros recursos

Gerenciando servidores registrados

sp_ActiveDirectory_SCP (Transact-SQL)