Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets whether the remote DAC is enabled.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<DisplayNameKeyAttribute("RemoteDacEnabledName")> _
<DisplayDescriptionKeyAttribute("RemoteDacEnabledDesc")> _
Property RemoteDacEnabled As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
True if the remote DAC is enabled; otherwise, false.