다음을 통해 공유


OperatorToPage 속성

Gets or sets the operator that receives a pager notification when the job finishes execution.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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.