Microsoft.SQLServer.Subscription[Устарело] Подписка SQL

Microsoft.SQLServer.Subscription (ClassType)

Все подписки Microsoft SQL Server независимо от версии. Подписка используется при репликации SQL Server. В этом пакете управления считается устаревшей.

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 (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
Microsoft.SQLServer.Subscription:
Name  string  Имя подписки true 256  False 
Publisher  string  Издатель false 256  False 
PublisherDB  string  База данных издателя false 256  False 
Publication  string  Публикация false 256  False 
Distributor  string  Распространитель 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>