Microsoft.SQLServer.Subscription[Veraltet] SQL-Abonnement

Microsoft.SQLServer.Subscription (ClassType)

Alle Microsoft SQL Server-Abonnements, unabhängig von der Version. Ein Abonnement ist eine bei der SQL Server-Replikation verwendete Komponente. Wird in diesem Management Pack als veraltet betrachtet.

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
ElementId89c993b6-dac0-ffed-c883-bf0d279fe672

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.SQLServer.Subscription:
Name  string  Abonnementname true 256  False 
Publisher  string  Verleger false 256  False 
PublisherDB  string  Verlegerdatenbank false 256  False 
Publication  string  Veröffentlichung false 256  False 
Distributor  string  Verteiler 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>