DacUpgradeResult.UpgradedDacInstance Property
Gets a DacInstance object that represents the DAC instance that was successfully upgraded.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property UpgradedDacInstance As DacInstance
Get
'Usage
Dim instance As DacUpgradeResult
Dim value As DacInstance
value = instance.UpgradedDacInstance
public DacInstance UpgradedDacInstance { get; }
public:
property DacInstance^ UpgradedDacInstance {
DacInstance^ get ();
}
member UpgradedDacInstance : DacInstance
function get UpgradedDacInstance () : DacInstance
Property Value
Type: Microsoft.SqlServer.Management.Dac.DacInstance
A DacInstance object that represents the DAC instance that was successfully upgraded.