Upgrade propriété
Gets the version number of the most recent language update.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property Upgrade As Integer
Get
'Utilisation
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
Valeur de la 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.
Voir aussi