Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the engine edition for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property EngineEdition As Integer
Get
'Usage
Dim instance As ManagedInstance
Dim value As Integer
value = instance.EngineEdition
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int EngineEdition { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int EngineEdition {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member EngineEdition : int
function get EngineEdition () : int
Property Value
Type: System.Int32
A Int32 value that specifies the engine edition.