共用方式為


Server.EditionID Property

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

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
<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)

屬性值

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

執行緒安全性

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Server Class
Server Members
Microsoft.AnalysisServices Namespace