次の方法で共有


Operator.PagerAddress プロパティ

オペレーターのポケットベル アドレスを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PagerAddress As String 
    Get 
    Set
'使用
Dim instance As [Operator]
Dim value As String 

value = instance.PagerAddress

instance.PagerAddress = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string PagerAddress { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ PagerAddress {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PagerAddress : string with get, set
function get PagerAddress () : String 
function set PagerAddress (value : String)

プロパティ値

型: System.String
オペレーターのポケットベル アドレスを示す String 値です。

使用例

SQL Server エージェントでの自動管理タスクのスケジュール設定

関連項目

参照

Operator クラス

Microsoft.SqlServer.Management.Smo.Agent 名前空間

その他の技術情報

管理タスクの自動化 (SQL Server エージェント)

sp_add_operator (Transact-SQL)