다음을 통해 공유


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 네임스페이스