Language.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.

示例

设置属性

请参阅

参考

Language 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

sys.syslanguages (Transact-SQL)