BuildClrVersion 속성
Gets a version object that identifies 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 BuildClrVersion As Version
Get
‘사용 방법
Dim instance As Information
Dim value As Version
value = instance.BuildClrVersion
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Version BuildClrVersion { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Version^ BuildClrVersion {
Version^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member BuildClrVersion : Version
function get BuildClrVersion () : Version
속성 값
유형: System. . :: . .Version
A Version object that specifies the version of the common language runtime.