Свойство Information.ResourceVersion

Gets the version of the SQL Server resource.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ResourceVersion As Version 
    Get
'Применение
Dim instance As Information 
Dim value As Version 

value = instance.ResourceVersion
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Version ResourceVersion { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Version^ ResourceVersion {
    Version^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ResourceVersion : Version
function get ResourceVersion () : Version

Значение свойства

Тип: System.Version
A Version value that specifies the version of the SQL Server resource.

Примеры

Настройка SQL Server в SMO

См. также

Справочник

Information Класс

Пространство имен Microsoft.SqlServer.Management.Smo