Microsoft.SQLServer.AnalysisServices.Core.InstanceMSSQL Analysis Services: Generic Instance

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

Microsoft SQL Server Analysis Services generic instance.

Knowledge Base article:

Summary

Microsoft SQL Server Analysis Services generic instance.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc45dbfe7-7da8-6de2-da5f-1d1f248d111e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.SQLServer.AnalysisServices.Core.Instance:
InstanceName  string  Instance Name true 256  False 
Type  string  Instance Type false 256  False 
ConnectionString  string  Connection String false 256  False 
BackupDir  string  Backup Path false 260  False 
DataDir  string  Data Path false 260  False 
LogDir  string  Log Path false 260  False 
PerformanceCounterObject  string  Performance Counter Object Name false 256  False 
ServerMode  string  Installation Mode false 260  False 
ServiceName  string  Service Name false 256  False 
Version  string  Version false 256  False 
Edition  string  Edition false 256  False 
LowMemoryLimit  double  Low Memory Limit false 256   
HardMemoryLimit  double  Hard Memory Limit false 256   
TotalMemoryLimit  double  Total Memory Limit false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.AnalysisServices.Core.Instance" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="Type" Type="string"/>
<Property ID="ConnectionString" Type="string"/>
<Property ID="BackupDir" Type="string" MaxLength="260"/>
<Property ID="DataDir" Type="string" MaxLength="260"/>
<Property ID="LogDir" Type="string" MaxLength="260"/>
<Property ID="PerformanceCounterObject" Type="string"/>
<Property ID="ServerMode" Type="string" MaxLength="260"/>
<Property ID="ServiceName" Type="string"/>
<Property ID="Version" Type="string"/>
<Property ID="Edition" Type="string"/>
<Property ID="LowMemoryLimit" Type="double"/>
<Property ID="HardMemoryLimit" Type="double"/>
<Property ID="TotalMemoryLimit" Type="double"/>
<!--<Property ID="ServicePackVersion" Type="string" />-->
</ClassType>