Microsoft.SQLServer.2008.AnalysisServices.InstanceSSAS 2008 Instance

Microsoft.SQLServer.2008.AnalysisServices.Instance (ClassType)

An installation of Microsoft SQL Server 2008 Analysis Services

Knowledge Base article:

Summary

Analysis Services Tutorials (SSAS)

Element properties:

Base ClassMicrosoft.SQLServer.2008.AnalysisServices.ServerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4f71e292-5c15-575d-a9ec-022fe2023a54

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SQLServer.2008.AnalysisServices.ServerRole:
InstanceName  string  Instance Name true 256  False     
Type  string  Instance Type false 256  False     
Microsoft.SQLServer.2008.AnalysisServices.Instance:
ServiceName  string  Service Name false 256  False     
ServiceClusterName  string  Service Name for Cluster false 256  False     
Version  string  Version false 256  False     
Edition  string  Edition false 256  False     
ServicePackVersion  string  Service Pack Version false 256  False     
InstallPath  string  Install Path false 260  False     
DataDir  string  Data Path false 260  False     
LogDir  string  Log Path false 260  False     
BackupDir  string  Backup Path false 260  False     
PerformanceCounterObject  string  Performance Counter Object Name false 256  False     
Clustered  bool  Is Clustered false 256       
ServerMode  string  Installation Mode false 256  False     
TotalMemoryLimit  double  Total Memory Limit false 256       
HardMemoryLimit  double  Hard Memory Limit false 256       
LowMemoryLimit  double  Low Memory Limit false 256       
Nodes  int  Nodes Count false 256       
NodeNames  string  Nodes false 256  False     
ConnectionString  string  Connection String false 256  False     
Account  string  Account Name false 256  False     
MountPoint  string  Drive (Mount Point) false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2008.AnalysisServices.Instance" Base="Microsoft.SQLServer.2008.AnalysisServices.ServerRole" Abstract="true" Hosted="true" Accessibility="Public" Singleton="false">
<Property ID="ServiceName" Type="string"/>
<Property ID="ServiceClusterName" Type="string"/>
<Property ID="Version" Type="string"/>
<Property ID="Edition" Type="string"/>
<Property ID="ServicePackVersion" Type="string"/>
<Property ID="InstallPath" Type="string" MaxLength="260"/>
<Property ID="DataDir" Type="string" MaxLength="260"/>
<Property ID="LogDir" Type="string" MaxLength="260"/>
<Property ID="BackupDir" Type="string" MaxLength="260"/>
<Property ID="PerformanceCounterObject" Type="string"/>
<Property ID="Clustered" Type="bool"/>
<Property ID="ServerMode" Type="string"/>
<Property ID="TotalMemoryLimit" Type="double"/>
<Property ID="HardMemoryLimit" Type="double"/>
<Property ID="LowMemoryLimit" Type="double"/>
<Property ID="Nodes" Type="int"/>
<Property ID="NodeNames" Type="string"/>
<Property ID="ConnectionString" Type="string"/>
<Property ID="Account" Type="string"/>
<Property ID="MountPoint" Key="false" Type="string"/>
</ClassType>