다음을 통해 공유


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 네임스페이스