Proprietà 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> _
Public ReadOnly Property Upgrade As Integer
Get
'Utilizzo
Dim instance As Language
Dim value As Integer
value = instance.Upgrade
[SfcPropertyAttribute]
public int Upgrade { get; }
[SfcPropertyAttribute]
public:
property int Upgrade {
int get ();
}
[<SfcPropertyAttribute>]
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.
Vedere anche