Compartir a través de


ISurfaceAreaFacet.SqlMailEnabled Propiedad

Gets or sets a value that indicates whether the Sql mail is enabled.

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

Sintaxis

'Declaración
<DisplayDescriptionKeyAttribute("SqlMailEnabledDesc")> _
<DisplayNameKeyAttribute("SqlMailEnabledName")> _
Property SqlMailEnabled As Boolean 
    Get 
    Set
'Uso
Dim instance As ISurfaceAreaFacet 
Dim value As Boolean 

value = instance.SqlMailEnabled

instance.SqlMailEnabled = value
[DisplayDescriptionKeyAttribute("SqlMailEnabledDesc")]
[DisplayNameKeyAttribute("SqlMailEnabledName")]
bool SqlMailEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"SqlMailEnabledDesc")]
[DisplayNameKeyAttribute(L"SqlMailEnabledName")]
property bool SqlMailEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayDescriptionKeyAttribute("SqlMailEnabledDesc")>]
[<DisplayNameKeyAttribute("SqlMailEnabledName")>]
abstract SqlMailEnabled : bool with get, set
function get SqlMailEnabled () : boolean 
function set SqlMailEnabled (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True if the Sql mail is enabled; otherwise, false.

Vea también

Referencia

ISurfaceAreaFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo