次の方法で共有


ServerSelectionAdapter.OSVersion プロパティ

サーバーをホストするコンピューターのオペレーティング システムのバージョンを指定する文字列値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Property OSVersion As String 
    Get
'使用
Dim instance As ServerSelectionAdapter 
Dim value As String 

value = instance.OSVersion
public string OSVersion { get; }
public:
virtual property String^ OSVersion {
    String^ get () sealed;
}
abstract OSVersion : string 
override OSVersion : string
final function get OSVersion () : String

プロパティ値

型: System.String
サーバーをホストするコンピューターのオペレーティング システムのバージョンを指定する文字列値。

実装

IServerSelectionFacet.OSVersion

関連項目

参照

ServerSelectionAdapter クラス

Microsoft.SqlServer.Management.Smo 名前空間