Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets whether the remote DAC is enabled.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("RemoteDacEnabledName")> _
<DisplayDescriptionKeyAttribute("RemoteDacEnabledDesc")> _
Property RemoteDacEnabled As Boolean
Get
Set
'Usage
Dim instance As ISurfaceAreaFacet
Dim value As Boolean
value = instance.RemoteDacEnabled
instance.RemoteDacEnabled = value
[DisplayNameKeyAttribute("RemoteDacEnabledName")]
[DisplayDescriptionKeyAttribute("RemoteDacEnabledDesc")]
bool RemoteDacEnabled { get; set; }
[DisplayNameKeyAttribute(L"RemoteDacEnabledName")]
[DisplayDescriptionKeyAttribute(L"RemoteDacEnabledDesc")]
property bool RemoteDacEnabled {
bool get ();
void set (bool value);
}
[<DisplayNameKeyAttribute("RemoteDacEnabledName")>]
[<DisplayDescriptionKeyAttribute("RemoteDacEnabledDesc")>]
abstract RemoteDacEnabled : bool with get, set
function get RemoteDacEnabled () : boolean
function set RemoteDacEnabled (value : boolean)
Property Value
Type: System.Boolean
True if the remote DAC is enabled; otherwise, false.