Information.BuildClrVersion 属性

Gets a version object that identifies the common language runtime that is running in the server.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property BuildClrVersion As Version 
    Get
用法
Dim instance As Information 
Dim value As Version 

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

属性值

类型:System.Version
A Version object that specifies the version of the common language runtime.

请参阅

参考

Information 类

Microsoft.SqlServer.Management.Smo 命名空间