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