OperatorToNetSend Propiedad
Gets or sets the operator that receives a net-send notification when the job finishes execution.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public Property OperatorToNetSend As String
Get
Set
'Uso
Dim instance As Job
Dim value As String
value = instance.OperatorToNetSend
instance.OperatorToNetSend = value
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string OperatorToNetSend { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property String^ OperatorToNetSend {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member OperatorToNetSend : string with get, set
function get OperatorToNetSend () : String
function set OperatorToNetSend (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
A Boolean value that specifies the operator that receives a net-send notification when the job finishes.
Vea también