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.