共用方式為


Upgrade 屬性

Gets the version number of the most recent language update.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property Upgrade As Integer
    Get
'用途
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

屬性值

型別: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.

範例

設定屬性