ServerEdition Enumeration
Applies To: SQL Server (starting with 2016)
Specifies an enumeration of server edition.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
[GuidAttribute("AD7AE324-F5BD-4e52-8BF7-B228C23C0E95")]
public enum ServerEdition
[GuidAttribute("AD7AE324-F5BD-4e52-8BF7-B228C23C0E95")]
public enum class ServerEdition
[<GuidAttribute("AD7AE324-F5BD-4e52-8BF7-B228C23C0E95")>]
type ServerEdition
<GuidAttribute("AD7AE324-F5BD-4e52-8BF7-B228C23C0E95")>
Public Enumeration ServerEdition
Members
Member name | Description | |
---|---|---|
BusinessIntelligence | The BusinessIntelligence edition. |
|
BusinessIntelligence64 | The BusinessIntelligence64 edition. |
|
Developer | The Developer edition. |
|
Developer64 | The Developer64 edition. |
|
Enterprise | The Enterprise edition. |
|
Enterprise64 | The Enterprise64 edition. |
|
EnterpriseCore | The EnterpriseCore edition. |
|
EnterpriseCore64 | The EnterpriseCore64 edition. |
|
Evaluation | The Evaluation edition. |
|
Evaluation64 | The Evaluation64 edition. |
|
LocalCube | The Evaluation64 edition. |
|
LocalCube64 | The LocalCube64 edition. |
|
Standard | The Standard edition. |
|
Standard64 | The Standard64 edition. |
See Also
Microsoft.AnalysisServices Namespace
Return to top