ManagedInstance.OSVersion 属性

定义

获取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

属性值

一个字符串值,该值指定SQL Server托管实例的操作系统版本。

属性

适用于