Microsoft.SQLServer.2014.ReportingServices.DeploymentSeedSSRS 2014 Deployment Seed

Microsoft.SQLServer.2014.ReportingServices.DeploymentSeed (ClassType)

It is a seed for Microsoft SQL Server 2014 Reporting Services (Native Mode) Deployment installation. This object indicates that Deployment exists within the managed environment. This object is unhosted and managed by SCOM Management Servers.

Knowledge Base article:

Summary

It is a seed for Microsoft SQL Server 2014 Reporting Services (Native Mode) Deployment installation. This object indicates that Deployment exists within the managed environment. This object is unhosted and managed by SCOM Management Servers.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc0f89aae-6b17-50e5-72f8-e5b32a79a55c

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.2014.ReportingServices.DeploymentSeed:
DeploymentName  string  Deployment Name true 256  False 
ServerFQDN  string  Database Server false 256  False 
DBInstanceName  string  Database Instance false 256  False 
DBName  string  Catalog Database false 256  False 
TDBName  string  Temp Database false 256  False 
SSRSInstances  string  SSRS Instances false 4000  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2014.ReportingServices.DeploymentSeed" 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" MaxLength="4000"/>
</ClassType>