NetSendRecipient 屬性
Gets or sets the recipient of net send messages.
命名空間: 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
A String value that specifies the name of the net send recipient.