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
'Déclaration
Public ReadOnly Property IsUpgradeDacSupported As Boolean
Get
'Utilisation
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: Boolean
True if the DAC upgrade operation is supported; otherwise False.