Свойство OperatorToEmail
Gets or sets the operator that receives notification by e-mail when the job finishes execution.
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public Property OperatorToEmail As String
Get
Set
'Применение
Dim instance As Job
Dim value As String
value = instance.OperatorToEmail
instance.OperatorToEmail = value
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string OperatorToEmail { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property String^ OperatorToEmail {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member OperatorToEmail : string with get, set
function get OperatorToEmail () : String
function set OperatorToEmail (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the operator that receives e-mail notification when the job finishes.
См. также