Microsoft.SQLServer.Replication.Core.GenericSubscriptionMSSQL: 泛型複寫訂閱

Microsoft.SQLServer.Replication.Core.GenericSubscription (ClassType)

泛型訂閱。

Knowledge Base article:

摘要

泛型訂閱。

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId124c654b-4a50-bc2e-e0bc-4c9458aaa0b4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False 
Microsoft.SQLServer.Replication.Core.GenericSubscription:
SubscriptionName  string  訂用帳戶名稱 執行個體名稱: [SubscriptionName] true 256  False 
Type  string  訂閱類型 false 256  False 
Publisher  string  發行者 發行集的來源伺服器執行個體。 false 256  False 
Distributor  string  散發者 發行者所使用的散發者。 false 256  False 
PublicationDatabase  string  發行集資料庫 發行集的來源伺服器執行個體。 false 256  False 
PublicationName  string  發行集名稱 發行集名稱。[只有名稱,而沒有像是在索引鍵屬性中的完整作業] false 256  False 
ReplicationType  string  複寫類型 複寫的類型 false 256  False 
Subscriber  string  訂閱者 接收訂閱的伺服器執行個體。 false 256  False 
SubscriptionDatabase  string  訂閱資料庫 接收訂閱的資料庫。 false 256  False 
SubscriptionDescription  string  訂閱描述 訂閱的描述。 false 300  False 
UpdatableSubscription  bool  可更新的訂閱 決定是否複寫訂閱者變更。 false 256   
UseWindowsSynchronizationManager  bool  使用 Windows Synchronization Manager 決定是否可以使用 Windows Synchronization Manager 來同步處理訂閱。 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.GenericSubscription" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="SubscriptionName" Type="string" Key="true"/>
<Property ID="Type" Type="string" Key="false"/>
<Property ID="Publisher" Type="string" Key="false"/>
<Property ID="Distributor" Type="string" Key="false"/>
<Property ID="PublicationDatabase" Type="string" Key="false"/>
<Property ID="PublicationName" Type="string" Key="false"/>
<Property ID="ReplicationType" Type="string" Key="false"/>
<Property ID="Subscriber" Type="string" Key="false"/>
<Property ID="SubscriptionDatabase" Type="string" Key="false"/>
<Property ID="SubscriptionDescription" Type="string" Key="false" MaxLength="300"/>
<Property ID="UpdatableSubscription" Type="bool" Key="false"/>
<Property ID="UseWindowsSynchronizationManager" Type="bool" Key="false"/>
</ClassType>