Microsoft.SystemCenter.ServiceReporting.ServiceReportingServiceService Reporting Service Class

Microsoft.SystemCenter.ServiceReporting.ServiceReportingService (ClassType)

This is the Service Reporting Service base class.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc93c42e7-a099-b9f9-d586-32a61e363bf3

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.SystemCenter.ServiceReporting.ServiceReportingService:
ConnectionString  string  Service Reporting Connection String The connection string of SQL server instance to locate Service Reporting job. true 256  False     
JobName  string  Service Reporting Job Name The name of the Service Reporting job. false 256  False     
ScheduleInterval  int  Service Reporting Schedule Interval (Minutes) The scheduled interval (in minutes) between Service Reporting jobs. false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.ServiceReporting.ServiceReportingService" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="ConnectionString" Type="string" Key="true"/>
<Property ID="JobName" Type="string" Key="false"/>
<Property ID="ScheduleInterval" Type="int" Key="false"/>
</ClassType>