IsUpgradeDacSupported Propiedad
Specifies whether the instance of the Database Engine supports the upgrade DAC operation.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
A Boolean that specifies True if the DAC upgrade operation is supported. False otherwise.
Vea también