Server.Edition Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the currently installed version of Analysis Services. This is read-only.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[ReadOnlyAttribute(true)]
public ServerEdition Edition { get; set; }
public:
[ReadOnlyAttribute(true)]
property ServerEdition Edition {
    ServerEdition get();
    void set(ServerEdition value);
}
[<ReadOnlyAttribute(true)>]
member Edition : ServerEdition with get, set
<ReadOnlyAttribute(True)>
Public Property Edition As ServerEdition

Property Value

Type: Microsoft.AnalysisServices.ServerEdition

The edition of the server.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top