Compartilhar via


Propriedade NetSendRecipient

Gets or sets the recipient of net send messages.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property NetSendRecipient As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .String
A String value that specifies the name of the net send recipient.