Partager via


Propriété Language.Upgrade

Gets the version number of the most recent language update.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Upgrade As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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

Exemples

Définition de propriétés

Voir aussi

Référence

Language Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

sys.syslanguages (Transact-SQL)