다음을 통해 공유


Upgrade 속성

Gets the version number of the most recent language update.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property Upgrade As Integer
    Get
‘사용 방법
Dim instance As Language
Dim value As Integer

value = instance.Upgrade
[SfcPropertyAttribute]
public int Upgrade { get; }
[SfcPropertyAttribute]
public:
property int Upgrade {
    int get ();
}
[<SfcPropertyAttribute>]
member Upgrade : int
function get Upgrade () : int

속성 값

형식: System. . :: . .Int32
An Int32 value that specifies the version number of the most recent language update.

주의

Language updates may be available independently of the rest of SQL Server. The Upgrade property tracks the versions of each supported language.

예제

속성 설정