Microsoft.SQLServer.2012.ReportingServices.DeploymentSSRS 2012 部署

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

Reporting Services (原生模式) 支援相應放大部署模型,可讓您執行共用單一報表伺服器資料庫的多重報表伺服器執行個體。相應放大部署可用以增加報表伺服器的延展性,以處理更多的同時使用者以及更大的報表執行負載。它也可用以將特定伺服器專用於處理互動報表或排定的報表。

Knowledge Base article:

摘要

部署物件透過列出連線至 Reporting Services 類別目錄資料庫的伺服器,提供相應放大部署的資訊。相應放大部署可用以增加報表伺服器的延展性,以處理更多的同時使用者和更大的報表執行負載。它也可以用以將特定伺服器專用於處理互動或排定報表。如需詳細資訊,請參閱 http://msdn.microsoft.com/en-us/library/ms159114(v=sql.110).aspx。這會列出裝載 Reporting Services 類別目錄資料庫的 SQL Server 名稱、裝載 Reporting Services 類別目錄資料庫的 SQL Server 執行個體名稱、Reporting Services 類別目錄資料庫名稱、Reporting Services 暫存資料庫名稱,以及相應放大部署中所連線的 Reporting Services 執行個體。

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb0755cec-f716-8af6-e590-0ae212d1bdb1

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.2012.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 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2012.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"/>
</ClassType>