Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'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
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "v2.0.50727")]
public string BuildClrVersionString { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"v2.0.50727")]
public:
virtual property String^ BuildClrVersionString {
String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "v2.0.50727")>]
abstract BuildClrVersionString : string
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "v2.0.50727")>]
override BuildClrVersionString : string
final function get BuildClrVersionString () : String
Property Value
Type: System.String
The version string of the CLR that was used while building the instance.
Implements
IServerInformation.BuildClrVersionString