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)
Property Value
An enumerated type.
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