BuildClrVersion propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property BuildClrVersion As Version
    Get
'Utilisation
Dim instance As Information
Dim value As Version

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

Valeur de la propriété

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