다음을 통해 공유


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.