Este tema aún no ha recibido ninguna valoración - Valorar este tema

Enabled Propiedad

Gets or sets the Boolean property value that specifies whether the operator is enabled or not.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute]
public bool Enabled { get; set; }

Valor de la propiedad

Tipo: System..::..Boolean
A Boolean value that specifies whether the operator is enabled or not.
If True, the operator is enabled.
If False (default), the operator is not enabled.

Setting the Enabled property enables or disables a SQL Server operator. For example, setting the Enabled property of an Operator object to False disables a SQL Server Agent operator. A disabled operator will not receive notification when an alert is raised.

¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.