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 (CHT) Description (CHT) 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>