Server.Edition Property
Gets the currently installed version of Analysis Services. This is read-only.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<ReadOnlyAttribute(True)> _
Public Property Edition As ServerEdition
[ReadOnlyAttribute(true)]
public ServerEdition Edition { get; set; }
[ReadOnlyAttribute(true)]
public:
property ServerEdition Edition {
ServerEdition get ();
void set (ServerEdition value);
}
/** @property */
public ServerEdition get_Edition ()
/** @property */
public void set_Edition (ServerEdition value)
public function get Edition () : ServerEdition
public function set Edition (value : ServerEdition)
Eigenschaftswert
An enumerated type.
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