Server.EditionID Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[DefaultValueAttribute(-1)]
[ReadOnlyAttribute(true)]
public long EditionID { get; set; }
public:
[DefaultValueAttribute(-1)]
[ReadOnlyAttribute(true)]
property long long EditionID {
    long long get();
    void set(long long value);
}
[<DefaultValueAttribute(-1)>]
[<ReadOnlyAttribute(true)>]
member EditionID : int64 with get, set
<DefaultValueAttribute(-1)>
<ReadOnlyAttribute(True)>
Public Property EditionID As Long

Property Value

Type: System.Int64

The identifier for the edition. For local cubes, the value is zero; otherwise, a non-zero number.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top