Server.BuildClrVersionString Property
SQL Server 2012
Gets the version string of the CLR that was used while building the instance.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration <SfcPropertyAttribute(SfcPropertyFlags.Standalone, "v2.0.50727")> _ Public ReadOnly Property BuildClrVersionString As String Get 'Usage Dim instance As Server Dim value As String value = instance.BuildClrVersionString
Property Value
Type: System.StringThe version string of the CLR that was used while building the instance.
