ManagedInstance.EngineEdition Property

Definition

Gets the engine edition for the instance of SQL Server.

public:
 property int EngineEdition { int get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public int EngineEdition { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.EngineEdition : int
Public ReadOnly Property EngineEdition As Integer

Property Value

A Int32 value that specifies the engine edition.

Attributes

Applies to