Partilhar via


Propriedade do RDL Upgradeable

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 (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public ReadOnly Property Upgradeable As Boolean
    Get
'Uso
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

Valor da propriedade

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.