Поделиться через


Свойство JobServer.SqlAgentMailProfile

Gets or sets a SQL Server Agent mail profile.

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

Синтаксис

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

value = instance.SqlAgentMailProfile

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

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

Тип: System.String
A String value that specifies the name of the SQL Server Agent mail profile.

Примеры

Планирование автоматических административных задач в агенте SQL Server

См. также

Справочник

JobServer Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Agent

Другие ресурсы

Задачи автоматизированного администрирования (агент SQL Server)

Хранимые процедуры агента SQL Server (Transact-SQL)