Microsoft.SQLServer.ReportingServices.Core.DeploymentSeedMSSQL Reporting Services: Deployment Seed

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

It is a seed for Microsoft SQL Server 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 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
ElementId5b935dfa-a383-f063-1308-8c3f5b791b11

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.DeploymentSeed:
DeploymentName  string  Deployment Name true 256  False 
DBServerName  string  Database Server false 256  False 
DBInstanceName  string  Database Instance false 256  False 
DBDomain  string  Database Domain Name false 256  False 
DBNetbiosDomain  string  Database Netbios Domain Name false 256  False 
DBName  string  Catalog Database false 256  False 
DBIsReplica  bool  Is Member of AlwaysOn false 256   
TempDBName  string  Temp Database false 256  False 
SSRSInstances  string  SSRS Instances false 4000  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.ReportingServices.Core.DeploymentSeed" Base="System!System.Entity" Abstract="false" Hosted="false" Accessibility="Public" Singleton="false">
<Property ID="DeploymentName" Type="string" Key="true"/>
<Property ID="DBServerName" Type="string"/>
<Property ID="DBInstanceName" Type="string"/>
<Property ID="DBDomain" Type="string"/>
<Property ID="DBNetbiosDomain" Type="string"/>
<Property ID="DBName" Type="string"/>
<Property ID="DBIsReplica" Type="bool"/>
<Property ID="TempDBName" Type="string"/>
<Property ID="SSRSInstances" Type="string" MaxLength="4000"/>
</ClassType>