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.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間