Description-Eigenschaft
Ruft die Textbeschreibung der Gruppe registrierter Server ab, auf die verwiesen wird, oder legt sie fest.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property Description As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System. . :: . .String
Ein String-Wert, der die Textbeschreibung der Servergruppe enthält.
Siehe auch