Bagikan melalui


ISurfaceAreaFacet.SqlMailEnabled Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("SqlMailEnabledDesc")> _
<DisplayNameKeyAttribute("SqlMailEnabledName")> _
Property SqlMailEnabled As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

ISurfaceAreaFacet Interface

Microsoft.SqlServer.Management.Smo Namespace