Свойство ResourceVersion
Gets the version of the SQL Server resource.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property ResourceVersion As Version
Get
'Применение
Dim instance As Information
Dim value As Version
value = instance.ResourceVersion
[SfcPropertyAttribute]
public Version ResourceVersion { get; }
[SfcPropertyAttribute]
public:
property Version^ ResourceVersion {
Version^ get ();
}
[<SfcPropertyAttribute>]
member ResourceVersion : Version
function get ResourceVersion () : Version
Значение свойства
Тип System. . :: . .Version
A Version value that specifies the version of the SQL Server resource.
См. также