Microsoft.SQLServer.2008.ReportingServices.DeploymentSSRS 2008 배포

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

Reporting Services(기본 모드)는 하나의 보고서 서버 데이터베이스를 공유하는 여러 보고서 서버 인스턴스를 실행할 수 있는 확장 배포 모델을 지원합니다. 확장 배포는 보고서 서버의 확장성을 향상시켜 더 많은 동시 사용자 및 더 많은 보고서 실행 로드를 처리하는 데 사용됩니다. 대화형 또는 예약 보고서를 처리하도록 특정 서버를 전용으로 지정하는 데에도 사용될 수 있습니다.

Knowledge Base article:

요약

배포 개체는 Reporting Services 카탈로그 데이터베이스에 연결된 서버를 나열하여 확장 배포에 대한 정보를 제공합니다. 확장 배포는 보고서 서버의 확장성을 향상시켜 더 많은 동시 사용자 및 더 많은 보고서 실행 로드를 처리하는 데 사용됩니다. 대화형 또는 예약 보고서를 처리하도록 특정 서버를 전용으로 지정하는 데에도 사용될 수 있습니다. 자세한 내용을 보려면 http://msdn.microsoft.com/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
ElementIdc6adbcef-e880-7a8d-c3d8-ca5261e770fd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False 
Microsoft.SQLServer.2008.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.2008.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>