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.
Specifies an enumeration of server edition.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("AD7AE324-F5BD-4e52-8BF7-B228C23C0E95")> _
Public Enumeration ServerEdition
'Usage
Dim instance As ServerEdition
[GuidAttribute("AD7AE324-F5BD-4e52-8BF7-B228C23C0E95")]
public enum ServerEdition
[GuidAttribute(L"AD7AE324-F5BD-4e52-8BF7-B228C23C0E95")]
public enum class ServerEdition
[<GuidAttribute("AD7AE324-F5BD-4e52-8BF7-B228C23C0E95")>]
type ServerEdition
public enum 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. |