PagerToTemplate プロパティ
ポケットベルによる通知で、SQL Server エージェントが送信する電子メールの To: 行内の、送信されるテンプレート テキストを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PagerToTemplate As String
Get
Set
'使用
Dim instance As AlertSystem
Dim value As String
value = instance.PagerToTemplate
instance.PagerToTemplate = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string PagerToTemplate { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ PagerToTemplate {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PagerToTemplate : string with get, set
function get PagerToTemplate () : String
function set PagerToTemplate (value : String)
プロパティ値
型: System. . :: . .String
電子メールの To: テキストを示す String 値です。
説明
テンプレートでは、SQL Server エージェントは、通知されたオペレータのポケットベル アドレスで文字列 <#A#> を置き換えます。