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
ElementIdccd7ae6d-ae2c-5796-4d6f-c58ae49d9f0e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) 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>