Propriété Upgradeable
Gets a Boolean value that specifies whether the DAC instance associated with the database can be upgraded.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Upgradeable As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : 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.
Voir aussi