Partilhar via


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
<DefaultValueAttribute(-1)> _
<ReadOnlyAttribute(True)> _
Public Property EditionID As Long
[DefaultValueAttribute(-1)] 
[ReadOnlyAttribute(true)] 
public long EditionID { get; set; }
[DefaultValueAttribute(-1)] 
[ReadOnlyAttribute(true)] 
public:
property long long EditionID {
    long long get ();
    void set (long long value);
}
/** @property */
public long get_EditionID ()

/** @property */
public void set_EditionID (long value)
public function get EditionID () : long

public function set EditionID (value : long)

Property Value

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Server Class
Server Members
Microsoft.AnalysisServices Namespace