Description Propiedad
Gets or sets the textual description of the referenced group of registered servers.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public Property Description As String
Get
Set
'Uso
Dim instance As ServerGroup
Dim value As String
value = instance.Description
instance.Description = value
[SfcPropertyAttribute]
public string Description { get; set; }
[SfcPropertyAttribute]
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
A String value that contains the textual description of the server group.