次の方法で共有


Information.BuildClrVersion プロパティ

サーバーで実行中の共通言語ランタイムを識別するバージョン オブジェクトを取得します。

名前空間:  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
共通言語ランタイムのバージョンを示す Version オブジェクトです。

関連項目

参照

Information クラス

Microsoft.SqlServer.Management.Smo 名前空間