Compartir a través de


OSVersion Propiedad

Gets the OSVersion property value.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property OSVersion As String
    Get
'Uso
Dim instance As Server
Dim value As String

value = instance.OSVersion
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string OSVersion { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
virtual property String^ OSVersion {
    String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
abstract OSVersion : string
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
override OSVersion : string
final function get OSVersion () : String

Valor de la propiedad

Tipo: System. . :: . .String
String

Implementa

IServerInformation. . :: . .OSVersion