IServerSelectionFacet.OSVersion 속성

Gets the version of the operating system used by the computer hosting the server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayDescriptionKeyAttribute("Server_OSVersionDesc")> _
<DisplayNameKeyAttribute("Server_OSVersionName")> _
ReadOnly Property OSVersion As String 
    Get
‘사용 방법
Dim instance As IServerSelectionFacet 
Dim value As String 

value = instance.OSVersion
[DisplayDescriptionKeyAttribute("Server_OSVersionDesc")]
[DisplayNameKeyAttribute("Server_OSVersionName")]
string OSVersion { get; }
[DisplayDescriptionKeyAttribute(L"Server_OSVersionDesc")]
[DisplayNameKeyAttribute(L"Server_OSVersionName")]
property String^ OSVersion {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_OSVersionDesc")>]
[<DisplayNameKeyAttribute("Server_OSVersionName")>]
abstract OSVersion : string
function get OSVersion () : String

속성 값

유형: System.String
A string value that specifies the version of the operating system used by the computer hosting the server.

참고 항목

참조

IServerSelectionFacet 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스