Поделиться через


Свойство Server.BuildClrVersionString

Gets the version string of the CLR that was used while building the instance.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "v2.0.50727")> _
Public ReadOnly Property BuildClrVersionString As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
The version string of the CLR that was used while building the instance.

Реализует

IServerInformation.BuildClrVersionString

См. также

Справочник

Server Класс

Пространство имен Microsoft.SqlServer.Management.Smo