다음을 통해 공유


Upgradeable 속성

Gets a Boolean value that specifies whether the DAC instance associated with the database can be upgraded.

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

구문

‘선언
Public ReadOnly Property Upgradeable As Boolean
    Get
‘사용 방법
Dim instance As DacDatabaseInformation
Dim value As Boolean

value = instance.Upgradeable
public bool Upgradeable { get; }
public:
property bool Upgradeable {
    bool get ();
}
member Upgradeable : bool
function get Upgradeable () : boolean

속성 값

유형: System. . :: . .Boolean
A Boolean value that specifies whether the DAC instance associated with the database can be upgraded. If True, the DAC instance can be extracted.