ISurfaceAreaFacet.RemoteDacEnabled Property

 

Applies To: SQL Server 2016 Preview

Gets or sets whether the remote DAC is enabled.

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

Syntax

[DisplayDescriptionKeyAttribute("RemoteDacEnabledDesc")]
[DisplayNameKeyAttribute("RemoteDacEnabledName")]
bool RemoteDacEnabled { get; set; }
[DisplayDescriptionKeyAttribute("RemoteDacEnabledDesc")]
[DisplayNameKeyAttribute("RemoteDacEnabledName")]
property bool RemoteDacEnabled {
    bool get();
    void set(bool value);
}
[<DisplayDescriptionKeyAttribute("RemoteDacEnabledDesc")>]
[<DisplayNameKeyAttribute("RemoteDacEnabledName")>]
abstract RemoteDacEnabled : bool with get, set
<DisplayDescriptionKeyAttribute("RemoteDacEnabledDesc")>
<DisplayNameKeyAttribute("RemoteDacEnabledName")>
Property RemoteDacEnabled As Boolean

Property Value

Type: System.Boolean

True if the remote DAC is enabled; otherwise, false.

See Also

ISurfaceAreaFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top