Condividi tramite


Proprietà Upgradeable

Gets a Boolean value that specifies whether the DAC instance associated with the database can be upgraded.

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Upgradeable As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .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.