Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.