Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.