Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of the mail account that is displayed in messages.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DisplayName As String
Get
Set
'Usage
Dim instance As MailAccount
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DisplayName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)
Eigenschaftswert
Typ: System.String
A String value that contains the display name of the mail account.
Beispiele
Verwenden von Datenbank-E-Mail
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo.Mail-Namespace