Microsoft.SQLServer.ReportingServices.Core.InstanceMSSQL Reporting Services: Generic Instance

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

Microsoft SQL Server Reporting Services generic instance.

Knowledge Base article:

Summary

Microsoft SQL Server Reporting Services generic instance.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6baaf347-b60d-ee43-a1c6-57a994a1d5ce

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 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.ReportingServices.Core.Instance" Accessibility="Public" Base="System!System.Entity" Abstract="true" Hosted="false" Singleton="false">
<Property ID="MachineName" Type="string"/>
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="Version" Type="string"/>
<Property ID="Edition" Type="string"/>
<Property ID="ServerMode" Type="string"/>
<Property ID="InstallationID" Type="string"/>
<Property ID="Type" Type="string"/>
<Property ID="DBConnectionString" Type="string"/>
<Property ID="DBName" Type="string"/>
<Property ID="TempDBName" Type="string"/>
</ClassType>