Свойство Upgradeable
Gets a Boolean value that specifies whether the DAC instance associated with the database can be upgraded.
Пространство имен: Microsoft.SqlServer.Management.Dac
Сборка: Microsoft.SqlServer.Management.Dac (в Microsoft.SqlServer.Management.Dac.dll)
Синтаксис
'Декларация
Public ReadOnly Property Upgradeable As Boolean
Get
'Применение
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
Значение свойства
Тип: 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.
См. также