Information.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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property BuildClrVersionString As String 
    Get
‘사용 방법
Dim instance As Information 
Dim value As String 

value = instance.BuildClrVersionString
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string BuildClrVersionString { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ BuildClrVersionString {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member BuildClrVersionString : string
function get BuildClrVersionString () : String

속성 값

유형: System.String
String Specifies the build number of the common language runtime that is running in the server. The string is in the format v2.0.50727.

참고 항목

참조

Information 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스