ServerAdapterBase.SqlMailEnabled Property

Gets or sets the Boolean value that determines whether the referenced property is enabled.

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

Syntax

'Declaration
Public Property SqlMailEnabled As Boolean 
    Get 
    Set
'Usage
Dim instance As ServerAdapterBase 
Dim value As Boolean 

value = instance.SqlMailEnabled

instance.SqlMailEnabled = value
public bool SqlMailEnabled { get; set; }
public:
virtual property bool SqlMailEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract SqlMailEnabled : bool with get, set 
override SqlMailEnabled : bool with get, set
final function get SqlMailEnabled () : boolean 
final function set SqlMailEnabled (value : boolean)

Property Value

Type: System.Boolean
A Boolean value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False.

See Also

Reference

ServerAdapterBase Class

Microsoft.SqlServer.Management.Smo Namespace