Compartir a través de


Upgrade Propiedad

Gets the version number of the most recent language update.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Comentarios

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