Share via


Language.Upgrade Property

Gets the version number of the most recent language update.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Upgrade As Integer 
    Get
'Usage
Dim instance As Language 
Dim value As Integer 

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

Property Value

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

Remarks

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

Examples

Setting Properties

See Also

Reference

Language Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

sys.syslanguages (Transact-SQL)