Microsoft.SQLServer.2016.AnalysisServices.InstanceSSAS 2016 实例

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

Microsoft SQL Server 2016 Analysis Services 的安装

Knowledge Base article:

摘要

Analysis Services 教程(SSAS)

Element properties:

Base ClassMicrosoft.SQLServer.2016.AnalysisServices.ServerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId66ac3fdc-e33c-e722-71ac-3319b675f93e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.SQLServer.2016.AnalysisServices.ServerRole:
InstanceName  string  实例名称 true 256  False     
Type  string  实例类型 false 256  False     
Microsoft.SQLServer.2016.AnalysisServices.Instance:
ServiceName  string  服务名称 false 256  False     
ServiceClusterName  string  群集服务名称 false 256  False     
Version  string  版本 false 256  False     
Edition  string  版本 false 256  False     
ServicePackVersion  string  Service Pack 版本 false 256  False     
InstallPath  string  安装路径 false 260  False     
DataDir  string  数据路径 false 260  False     
LogDir  string  日志路径 false 260  False     
BackupDir  string  备份路径 false 260  False     
PerformanceCounterObject  string  性能计数器对象名称 false 256  False     
Clustered  bool  已群集化 false 256       
ServerMode  string  安装模式 false 256  False     
TotalMemoryLimit  double  总内存限制 false 256       
HardMemoryLimit  double  硬内存限制 false 256       
LowMemoryLimit  double  内存下限 false 256       
Nodes  int  节点计数 false 256       
NodeNames  string  节点 false 256  False     
ConnectionString  string  连接字符串 false 256  False     
Account  string  帐户名 false 256  False     
MountPoint  string  驱动器(装入点) false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.AnalysisServices.Instance" Base="Microsoft.SQLServer.2016.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>