다음을 통해 공유


IsUpgradeDacSupported 속성

Specifies whether the instance of the Database Engine supports the upgrade DAC operation.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public ReadOnly Property IsUpgradeDacSupported As Boolean
    Get
‘사용 방법
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

속성 값

유형: System. . :: . .Boolean
A Boolean that specifies True if the DAC upgrade operation is supported. False otherwise.