OSVersion Propiedad
Gets a string value that specifies the operating system version for the computer hosting the server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property OSVersion As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A string value that specifies the operating system version for the computer hosting the server.
Implementa
Vea también