Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the currently installed version of Analysis Services. This is read-only.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Edition As ServerEdition
Get
Set
'Usage
Dim instance As Server
Dim value As ServerEdition
value = instance.Edition
instance.Edition = value
public ServerEdition Edition { get; set; }
public:
property ServerEdition Edition {
ServerEdition get ();
void set (ServerEdition value);
}
member Edition : ServerEdition with get, set
function get Edition () : ServerEdition
function set Edition (value : ServerEdition)
Property Value
Type: Microsoft.AnalysisServices.ServerEdition
The edition of the server.