NetSendRecipient Propiedad
Gets or sets the recipient of net send messages.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System. . :: . .String
A String value that specifies the name of the net send recipient.