DacServerInformation.IsUpgradeDacSupported Property

Specifies whether the instance of the Database Engine supports the upgrade DAC operation.

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

Syntax

'Declaration
Public ReadOnly Property IsUpgradeDacSupported As Boolean
    Get
'Usage
Dim instance As DacServerInformation
Dim value As Boolean

value = instance.IsUpgradeDacSupported
public bool IsUpgradeDacSupported { get; }
public:
property bool IsUpgradeDacSupported {
    bool get ();
}
member IsUpgradeDacSupported : bool
function get IsUpgradeDacSupported () : boolean

Property Value

Type: System.Boolean
True if the DAC upgrade operation is supported; otherwise False.

See Also

Reference

DacServerInformation Class

Microsoft.SqlServer.Management.Dac Namespace