Partilhar via


Propriedade do RDL IsUpgradeDacSupported

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

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsUpgradeDacSupported As Boolean
    Get
'Uso
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

Valor da propriedade

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