Udostępnij przez


Information.BuildClrVersionString Property

A string that identifies the build number of the common language runtime that is running in the server.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property BuildClrVersionString As String
[SfcPropertyAttribute] 
public string BuildClrVersionString { get; }
[SfcPropertyAttribute] 
public:
property String^ BuildClrVersionString {
    String^ get ();
}
/** @property */
public String get_BuildClrVersionString ()
public function get BuildClrVersionString () : String

Property Value

String spcifies the build number of the common language runtime that is running in the server. The string is in the format v2.0.50727.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.