Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a version object that identifies 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
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property BuildClrVersion As Version
Get
'Usage
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
Eigenschaftswert
Typ: System.Version
A Version object that specifies the version of the common language runtime.