ManagedInstance.OSVersion Property

Definition

Gets the operating system version of the managed instance of SQL Server.

public:
 property System::String ^ OSVersion { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string OSVersion { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.OSVersion : string
Public ReadOnly Property OSVersion As String

Property Value

A string value that specifies the operating system version of the managed instance of SQL Server.

Attributes

Applies to