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.