Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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.