Microsoft.SQLServer.2008.AnalysisServices.InstanceSSAS 2008 インスタンス

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

Microsoft SQL Server 2008 Analysis Services のインストール

Knowledge Base article:

概要

Analysis Services チュートリアル (SSAS)

Element properties:

Base ClassMicrosoft.SQLServer.2008.AnalysisServices.ServerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4c43b1ee-a013-b9ac-dc6d-8210d9d9377b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) 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.2008.AnalysisServices.ServerRole:
InstanceName  string  インスタンス名 true 256  False     
Type  string  インスタンス型 false 256  False     
Microsoft.SQLServer.2008.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.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>