Udostępnij przez


Właściwość ServerSelectionAdapter.OSVersion

Pobiera wartość ciąg, która określa wersja systemu operacyjnego dla komputera serwera.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Property OSVersion As String
    Get
'Użycie
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

Wartość właściwości

Typ: System.String
Wartość ciąg Określa wersja systemu operacyjnego dla komputera serwera.

Implementacje

IServerSelectionFacet.OSVersion