Expand Minimize
This topic has not yet been rated - Rate this topic

Server.BuildClrVersionString Property

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.String
The version string of the CLR that was used while building the instance.

Implements

IServerInformation.BuildClrVersionString
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.