次の方法で共有


OperatorToPage プロパティ

ジョブの実行の終了時にポケットベルによる通知を受信するオペレータを取得します。値の設定も可能です。

名前空間:  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
ジョブの終了時にポケットベルによる通知を受信するオペレータを示す String 値です。