Microsoft.SQLServer.Subscription[Deprecated] SQL Subscription

Microsoft.SQLServer.Subscription (ClassType)

All Microsoft SQL Server 2005, 2008 and 2012 subscriptions. Subscription is a component used in SQL Server Replication; it is considered to be obsolete in this Management Pack.

Knowledge Base article:

Summary

All Microsoft SQL Server 2005, 2008 and 2012 subscriptions. Subscription is a component used in SQL Server Replication; it is considered to be obsolete in this Management Pack.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdccd7ae6d-ae2c-5796-4d6f-c58ae49d9f0e

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 monitoring object. false 256  False 
Microsoft.SQLServer.Subscription:
Name  string  Subscription Name true 256  False 
Publisher  string  Publisher false 256  False 
PublisherDB  string  Publisher Database false 256  False 
Publication  string  Publication false 256  False 
Distributor  string  Distributor false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Subscription" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="Publisher" Type="string"/>
<Property ID="PublisherDB" Type="string"/>
<Property ID="Publication" Type="string"/>
<Property ID="Distributor" Type="string"/>
</ClassType>