Microsoft.SQLServer.ReportingServices.Windows.InstanceMSSQL Reporting Services: Instance (Native Mode)

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

This object describes the generic instance of a native mode installation of Microsoft SQL Server Reporting Services.

Knowledge Base article:

Summary

This object describes the generic instance of a native mode installation of Microsoft SQL Server Reporting Services.

Element properties:

Base ClassMicrosoft.SQLServer.ReportingServices.Core.Instance
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc513f593-f57f-b8f0-c54e-39ee3f482057

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.SQLServer.ReportingServices.Core.Instance:
MachineName  string  Machine Name false 256  False 
InstanceName  string  Instance Name true 256  False 
Version  string  Version false 256  False 
Edition  string  Edition false 256  False 
ServerMode  string  Instance Mode false 256  False 
InstallationID  string  Installation ID false 256  False 
Type  string  Instance Type false 256  False 
DBConnectionString  string  DB Connection String false 256  False 
DBName  string  Catalog Database false 256  False 
TempDBName  string  Temp Database false 256  False 
Microsoft.SQLServer.ReportingServices.Windows.Instance:
InstanceID  string  Instance ID false 256  False 
ConfigurationFile  string  Configuration File false 256  False 
InstallPath  string  Install Path false 256  False 
ReportServerUrl  string  URL Reservations for Report Server false 256  False 
ReportManagerUrl  string  URL Reservations for Report Manager false 256  False 
ServiceName  string  Service Name false 256  False 
VirtualDirectoryReportServer  string  Virtual Directory for Report Server false 256  False 
VirtualDirectoryReportManager  string  Virtual Directory for Report Manager false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.ReportingServices.Windows.Instance" Accessibility="Public" Base="RsCore!Microsoft.SQLServer.ReportingServices.Core.Instance" Abstract="false" Hosted="true" Singleton="false">
<Property ID="InstanceID" Type="string"/>
<Property ID="ConfigurationFile" Type="string"/>
<Property ID="InstallPath" Type="string"/>
<Property ID="ReportServerUrl" Type="string"/>
<Property ID="ReportManagerUrl" Type="string"/>
<Property ID="ServiceName" Type="string"/>
<Property ID="VirtualDirectoryReportServer" Type="string"/>
<Property ID="VirtualDirectoryReportManager" Type="string"/>
</ClassType>