IsUpgradeDacSupported 属性

Specifies whether the instance of the Database Engine supports the upgrade DAC operation.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property IsUpgradeDacSupported As Boolean
    Get
用法
Dim instance As DacServerInformation
Dim value As Boolean

value = instance.IsUpgradeDacSupported
public bool IsUpgradeDacSupported { get; }
public:
property bool IsUpgradeDacSupported {
    bool get ();
}
member IsUpgradeDacSupported : bool
function get IsUpgradeDacSupported () : boolean

属性值

类型:System. . :: . .Boolean
A Boolean that specifies True if the DAC upgrade operation is supported. False otherwise.