Свойство MailProfile

Возвращает или задает профиль электронной почты для экземпляра SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MailProfile As String
    Get
    Set
'Применение
Dim instance As Settings
Dim value As String

value = instance.MailProfile

instance.MailProfile = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string MailProfile { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ MailProfile {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MailProfile : string with get, set
function get MailProfile () : String
function set MailProfile (value : String)

Значение свойства

Тип: System. . :: . .String
Значение типа String, указывающее имя профиля электронной почты для экземпляра SQL Server.

Замечания

The mail profile enables SQL Server Agent to send and receive e-mails.