Server.EditionID Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public long EditionID { get; set; }
public:
property long long EditionID {
    long long get();
    void set(long long value);
}
member EditionID : int64 with get, set
Public Property EditionID As Long

Property Value

Type: System.Int64

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top