ManagedInstance.ProductLevel Property

Definition

Gets the product level of the server instance.

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

Property Value

A String value that specifies the level of the server instance version.

Attributes

Remarks

This property returns "RTM" if the instance is the original release version, "SPn" if the instance is a service patch version, or "CTP" if it is a community technology preview version.

Applies to