Server.EditionID Property

Gets the EditionID for the currently installed version of Analysis Services. This is read-only.

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

Syntax

'Declaration
Public Property EditionID As Long
    Get
    Set
'Usage
Dim instance As Server
Dim value As Long

value = instance.EditionID

instance.EditionID = value
public long EditionID { get; set; }
public:
property long long EditionID {
    long long get ();
    void set (long long value);
}
member EditionID : int64 with get, set
function get EditionID () : long
function set EditionID (value : long)

Property Value

Type: System.Int64
A read-only Integer. For local cubes, the value is zero; otherwise, a non-zero number.