Microsoft.SQLServer.2012.ReportingServices.InstanceMicrosoft SQL Server 2012 Reporting Services (Native Mode)

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

Knowledge Base article:

Summary

This object describes the instance of a native mode installation of Microsoft SQL Server 2012 Reporting Services. It provides the information about the Windows service name, the mode (only native mode is supported by this management pack), the product version, the edition (SKU), the Instance ID, the service pack build, the catalog database name, the name of SQL Server hosting the catalog database, the FQDN of the SQL Server hosting the catalog database, the instance name of the SQL Server hosting the catalog database, the Web Service URL reservation, the Report Manager URL reservation, the Reporting Services install path, and the Web Service virtual directory name.

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2c1b6575-7ef9-6a3e-0d92-c0c797bd04d0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SQLServer.2012.ReportingServices.Instance:
InstanceName  string  Instance Name false 256  False     
ServiceName  string  Service Name false 256  False     
ServerMode  string  Instance Mode false 256  False     
Version  string  Version false 256  False     
Edition  string  Edition false 256  False     
DatabaseInstanceID  string  Instance ID true 256  False     
ServicePackVersion  string  Service Pack Version false 256  False     
DatabaseName  string  Catalog Database false 256  False     
TempDatabaseName  string  Temp Database false 256  False     
DatabaseServerFQDN  string  Database Server false 256  False     
DatabaseServerInstanceName  string  Database SQL Server Instance false 256  False     
DBConnectionString  string  Database Connection String false 256  False     
ReportServerUrl  string  URL Reservation for Report Server false 256  False     
ReportManagerUrl  string  URL Reservation for Report Manager false 256  False     
InstallPath  string  Install Path false 256  False     
ConfigurationFile  string  Configuration File false 256  False     
VirtualDirectoryReportServer  string  Virtual Directory for Report Server false 256  False     
VirtualDirectoryReportManager  string  Virtual Directory for Report Manager false 256  False     
Type  string  Instance Type false 256  False     
PerformanceCounterObject  string  Performance Counter Object Name false 256  False     
InstallationID  string  Installation ID false 256  False     
MachineName  string  Machine Name false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2012.ReportingServices.Instance" Accessibility="Public" Base="Windows!Microsoft.Windows.ComputerRole" Abstract="false" Hosted="true" Singleton="false">
<Property ID="InstanceName" Type="string"/>
<Property ID="ServiceName" Type="string"/>
<Property ID="ServerMode" Type="string"/>
<Property ID="Version" Type="string"/>
<Property ID="Edition" Type="string"/>
<Property ID="DatabaseInstanceID" Type="string" Key="true"/>
<Property ID="ServicePackVersion" Type="string"/>
<Property ID="DatabaseName" Type="string"/>
<Property ID="TempDatabaseName" Type="string"/>
<Property ID="DatabaseServerFQDN" Type="string"/>
<Property ID="DatabaseServerInstanceName" Type="string"/>
<Property ID="DBConnectionString" Type="string"/>
<Property ID="ReportServerUrl" Type="string"/>
<Property ID="ReportManagerUrl" Type="string"/>
<Property ID="InstallPath" Type="string"/>
<Property ID="ConfigurationFile" Type="string"/>
<Property ID="VirtualDirectoryReportServer" Type="string"/>
<Property ID="VirtualDirectoryReportManager" Type="string"/>
<Property ID="Type" Type="string"/>
<Property ID="PerformanceCounterObject" Type="string"/>
<Property ID="InstallationID" Type="string"/>
<Property ID="MachineName" Type="string"/>
</ClassType>