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 値です。