Поделиться через


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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Server Class
Server Members
Microsoft.AnalysisServices Namespace