DacUpgradeResult Class
The DacUpgradeResult class records information about the results of upgrading a DAC instance.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.DacUpgradeResult
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public Class DacUpgradeResult
'Utilisation
Dim instance As DacUpgradeResult
public class DacUpgradeResult
public ref class DacUpgradeResult
type DacUpgradeResult = class end
public class DacUpgradeResult
The DacUpgradeResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
OriginalDatabaseName | Gets a String value that specifies the new name for the original database that was preserved by the upgrade. | |
UpgradedDacInstance | Gets a DacInstance object that represents the DAC instance that was successfully upgraded. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.