Server.EngineEdition 속성

Gets the edition of the engine.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property EngineEdition As Edition 
    Get
‘사용 방법
Dim instance As Server 
Dim value As Edition 

value = instance.EngineEdition
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public Edition EngineEdition { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
virtual property Edition EngineEdition {
    Edition get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
abstract EngineEdition : Edition
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
override EngineEdition : Edition
final function get EngineEdition () : Edition

속성 값

유형: Microsoft.SqlServer.Management.Smo.Edition
The edition of the engine.

구현

IServerInformation.EngineEdition

참고 항목

참조

Server 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스