Propriété IsUpgradeDacSupported
Specifies whether the instance of the Database Engine supports the upgrade DAC operation.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'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
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean that specifies True if the DAC upgrade operation is supported. False otherwise.