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 (KOR) Description (KOR) 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  서비스 팩 버전 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>