Proprietà Description
Gets or sets a textual description of the purpose of the mail account.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public Property Description As String
Get
Set
'Utilizzo
Dim instance As MailAccount
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)
Valore proprietà
Tipo: System. . :: . .String
A String value that contains a textual description of the purpose of the mail account.
Vedere anche