Compartir a través de


Operator.NetSendAddress Propiedad

Gets or sets an operator's net-send address.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NetSendAddress As String 
    Get 
    Set
'Uso
Dim instance As [Operator]
Dim value As String 

value = instance.NetSendAddress

instance.NetSendAddress = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string NetSendAddress { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ NetSendAddress {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member NetSendAddress : string with get, set
function get NetSendAddress () : String 
function set NetSendAddress (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the operator's net-send address.

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

Operator Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent

Otros recursos

Tareas administrativas automatizadas (Agente SQL Server)

sp_add_operator (Transact-SQL)