Свойство Upgrade
Gets the version number of the most recent language update.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Upgrade As Integer
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that specifies the version number of the most recent language update.
Замечания
Language updates may be available independently of the rest of SQL Server. The Upgrade property tracks the versions of each supported language.
См. также