Свойство EngineEdition
Gets the engine edition for the instance of SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Utility
Сборка: Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property EngineEdition As Integer
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Int32
A Int32 value that specifies the engine edition.