共用方式為


ISurfaceAreaFacet.SqlMailEnabled 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayDescriptionKeyAttribute("SqlMailEnabledDesc")> _
<DisplayNameKeyAttribute("SqlMailEnabledName")> _
Property SqlMailEnabled As Boolean 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

ISurfaceAreaFacet 介面

Microsoft.SqlServer.Management.Smo 命名空間