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.