NetSendRecipient プロパティ
Net Send メッセージの受信者を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property NetSendRecipient As String
Get
Set
'使用
Dim instance As JobServer
Dim value As String
value = instance.NetSendRecipient
instance.NetSendRecipient = value
[SfcPropertyAttribute]
public string NetSendRecipient { get; set; }
[SfcPropertyAttribute]
public:
property String^ NetSendRecipient {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member NetSendRecipient : string with get, set
function get NetSendRecipient () : String
function set NetSendRecipient (value : String)
プロパティ値
型: System. . :: . .String
Net Send 受信者の名前を示す String 値です。