DacDatabaseInformation.Upgradeable Property
Gets a Boolean value that specifies whether the DAC instance associated with the database can be upgraded.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property Upgradeable As Boolean
Get
'Usage
Dim instance As DacDatabaseInformation
Dim value As Boolean
value = instance.Upgradeable
public bool Upgradeable { get; }
public:
property bool Upgradeable {
bool get ();
}
member Upgradeable : bool
function get Upgradeable () : boolean
Property Value
Type: Boolean
A Boolean value that specifies whether the DAC instance associated with the database can be upgraded. If True, the DAC instance can be extracted.