UpgradedDacInstance 属性

Gets a DacInstance object that represents the DAC instance that was successfully upgraded.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property UpgradedDacInstance As DacInstance
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.Dac. . :: . .DacInstance
A DacInstance object that represents the DAC instance that was successfully upgraded.