Condividi tramite


Proprietà Language.Upgrade

Gets the version number of the most recent language update.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Upgrade As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

Language Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

sys.syslanguages (Transact-SQL)