Partilhar via


Propriedade do RDL Language.Upgrade

Gets the version number of the most recent language update.

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

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Upgrade As Integer 
    Get
'Uso
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

Valor da propriedade

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

Comentários

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

Exemplos

Definindo propriedades

Consulte também

Referência

Language Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

sys.syslanguages (Transact-SQL)