次の方法で共有


OperatorToEmail プロパティ

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

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