ServerSelectionAdapter.OSVersion 属性

Gets a string value that specifies the operating system version for the computer hosting the server.

命名空间:  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
A string value that specifies the operating system version for the computer hosting the server.

实现

IServerSelectionFacet.OSVersion

请参阅

参考

ServerSelectionAdapter 类

Microsoft.SqlServer.Management.Smo 命名空间