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