ManagedInstance.Edition Property

Definition

Gets the edition of the instance of SQL Server.

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

Property Value

A String value that specifies the edition of the SQL Server instance.

Attributes

Applies to