Microsoft.SQLServer.SubscriptionSQL 訂閱

Microsoft.SQLServer.Subscription (ClassType)

所有的 Microsoft SQL Server 訂閱,版本不限。訂閱是在 SQL Server 複寫中使用。

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>