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