Information.BuildClrVersion Propiedad
Gets a version object that identifies the common language runtime that is running in the server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property BuildClrVersion As Version
Get
'Uso
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
Valor de la propiedad
Tipo: System.Version
A Version object that specifies the version of the common language runtime.