Microsoft.SQLServer.2014.ReportingServices.InstanceMicrosoft SQL Server 2014 Reporting Services (原生模式)

Microsoft.SQLServer.2014.ReportingServices.Instance (ClassType)

Knowledge Base article:

摘要

此物件描述 Microsoft SQL Server 2014 Reporting Services 的原生模式安裝執行個體。其提供下列各項的相關資訊: Windows 服務名稱、模式 (此管理組件僅支援原生模式)、產品版本、版本 (SKU)、執行個體識別碼、Service Pack 組建、類別目錄資料庫名稱、裝載類別目錄資料庫之 SQL Server 的名稱、裝載類別目錄資料庫之 SQL Server 的 FQDN、裝載類別目錄資料庫之 SQL Server 的執行個體名稱、Web 服務 URL 保留項目、報表管理員 URL 保留、Reporting Services 安裝路徑,以及 Web 服務虛擬目錄名稱。

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf6ed1841-5fb0-854a-2f15-52d4ba1cdc9f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) 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.2014.ReportingServices.Instance:
InstanceName  string  執行個體名稱 false 256  False     
ServiceName  string  服務名稱 false 256  False     
ServerMode  string  執行個體模式 false 256  False     
Version  string  版本 false 256  False     
Edition  string  版次 false 256  False     
DatabaseInstanceID  string  執行個體識別碼 true 256  False     
ServicePackVersion  string  Service Pack 版本 false 256  False     
DatabaseName  string  類別目錄資料庫 false 256  False     
TempDatabaseName  string  暫存資料庫 false 256  False     
DatabaseServerFQDN  string  資料庫伺服器 false 256  False     
DatabaseServerInstanceName  string  資料庫 SQL Server 執行個體 false 256  False     
DBConnectionString  string      false 256  False     
ReportServerUrl  string  報表伺服器的 URL 保留項目 false 256  False     
ReportManagerUrl  string  報表管理員的 URL 保留項目 false 256  False     
InstallPath  string  安裝路徑 false 256  False     
ConfigurationFile  string  組態檔 false 256  False     
VirtualDirectoryReportServer  string  報表伺服器的虛擬目錄 false 256  False     
VirtualDirectoryReportManager  string  報表管理員的虛擬目錄 false 256  False     
Type  string  執行個體類型 false 256  False     
PerformanceCounterObject  string  效能計數器物件名稱 false 256  False     
InstallationID  string  安裝識別碼 false 256  False     
MachineName  string  電腦名稱 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2014.ReportingServices.Instance" Accessibility="Public" Base="Windows!Microsoft.Windows.ComputerRole" Abstract="false" Hosted="true" Singleton="false">
<Property ID="InstanceName" Type="string"/>
<Property ID="ServiceName" Type="string"/>
<Property ID="ServerMode" Type="string"/>
<Property ID="Version" Type="string"/>
<Property ID="Edition" Type="string"/>
<Property ID="DatabaseInstanceID" Type="string" Key="true"/>
<Property ID="ServicePackVersion" Type="string"/>
<Property ID="DatabaseName" Type="string"/>
<Property ID="TempDatabaseName" Type="string"/>
<Property ID="DatabaseServerFQDN" Type="string"/>
<Property ID="DatabaseServerInstanceName" Type="string"/>
<Property ID="DBConnectionString" Type="string"/>
<Property ID="ReportServerUrl" Type="string"/>
<Property ID="ReportManagerUrl" Type="string"/>
<Property ID="InstallPath" Type="string"/>
<Property ID="ConfigurationFile" Type="string"/>
<Property ID="VirtualDirectoryReportServer" Type="string"/>
<Property ID="VirtualDirectoryReportManager" Type="string"/>
<Property ID="Type" Type="string"/>
<Property ID="PerformanceCounterObject" Type="string"/>
<Property ID="InstallationID" Type="string"/>
<Property ID="MachineName" Type="string"/>
</ClassType>