Microsoft.SQLServer.2014.ReportingServices.DeploymentSSRS 2014 部署

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

Reporting Services (原生模式) 支援相應放大部署模型,讓您可以執行多個共用單一報表伺服器資料庫的報表伺服器執行個體。使用相應放大部署可提升報表伺服器的擴充能力,從而處理更多的並行使用者及更大的報表執行負載。此模式也可用於將特定伺服器設定成處理互動報表或排程報表的專用伺服器。

Knowledge Base article:

摘要

部署物件藉由列出連線到 Reporting Services 類別目錄資料庫的伺服器,提供相應放大部署的相關資訊。使用相應放大部署可提升報表伺服器的擴充能力,從而處理更多並行使用者及更大的報表執行負載。此模式也可用於將特定伺服器設定成處理互動報表或排程報表的專用伺服器。如需詳細資訊,請參閱 設定原生模式報表伺服器向外延展部署頁面。這會列出裝載 Reporting Services 類別目錄資料庫之 SQL Server 的名稱、裝載 Reporting Services 類別目錄資料庫之 SQL Server 執行個體的名稱、Reporting Services 類別目錄資料庫名稱、Reporting Services 暫存資料庫名稱,以及相應放大部署中已連線的 Reporting Services 執行個體。

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdac608b4a-23c2-b599-8cf0-d83c9b365f8e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False 
Microsoft.SQLServer.2014.ReportingServices.Deployment:
DeploymentName  string  部署名稱 true 256  False 
ServerFQDN  string  資料庫伺服器 false 256  False 
DBInstanceName  string  資料庫執行個體 false 256  False 
DBName  string  類別目錄資料庫 false 256  False 
TDBName  string  暫存資料庫 false 256  False 
SSRSInstances  string  SSRS 執行個體 false 4000  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2014.ReportingServices.Deployment" Base="System!System.Entity" Abstract="false" Hosted="false" Accessibility="Public" Singleton="false">
<Property ID="DeploymentName" Type="string" Key="true"/>
<Property ID="ServerFQDN" Type="string"/>
<Property ID="DBInstanceName" Type="string"/>
<Property ID="DBName" Type="string"/>
<Property ID="TDBName" Type="string"/>
<Property ID="SSRSInstances" Type="string" MaxLength="4000"/>
</ClassType>