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)
Eigenschaftswert
A read-only Integer. For local cubes, the value is zero; otherwise, a non-zero number.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Server Class
Server Members
Microsoft.AnalysisServices Namespace