Свойство BuildClrVersionString
A string that identifies the build number of the common language runtime that is running in the server.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property BuildClrVersionString As String
Get
'Применение
Dim instance As Information
Dim value As String
value = instance.BuildClrVersionString
[SfcPropertyAttribute]
public string BuildClrVersionString { get; }
[SfcPropertyAttribute]
public:
property String^ BuildClrVersionString {
String^ get ();
}
[<SfcPropertyAttribute>]
member BuildClrVersionString : string
function get BuildClrVersionString () : String
Значение свойства
Тип System. . :: . .String
String spcifies the build number of the common language runtime that is running in the server. The string is in the format v2.0.50727.
См. также