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 네임스페이스