Microsoft.SQLServer.Replication.Windows.DistributorWindows 複寫上 MSSQL: 散發者

Microsoft.SQLServer.Replication.Windows.Distributor (ClassType)

Windows 散發者上的 SQL Server 是 SQL Server 執行個體,其作為與一或多個發行者相關聯之複寫專屬資料的存放區

Knowledge Base article:

摘要

散發者是資料庫執行個體,可做為與一或數個發行者相關聯之複寫特定資料的存放區。每個發行者各與散發者中的單一資料庫 (稱為散發資料庫) 相關聯。散發資料庫會儲存複寫狀態資料、發行集的相關中繼資料,在某些情況下,也會做為從發行者移動至訂閱者的資料佇列。在許多情況下,單一資料庫伺服器執行個體會同時做為發行者和散發者。這稱為本機散發者。當發行者和散發者設定在不同的資料庫伺服器執行個體上時,散發者就是遠端散發者。

Element properties:

Base ClassMicrosoft.SQLServer.Replication.Core.GenericDistributor
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId465e9601-be5f-ad8f-0b96-85e338a872fa

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.GenericDistributor:
Publishers  string  發行者 涉及之執行個體的清單 false 4000  False 
DistributionDatabases  string  散發資料庫 散發者資料庫清單 false 4000  False 
ServiceName  string  服務名稱 false 256  False 
AgentServiceName  string  SQL Agent 服務名稱 false 256  False 
ConnectionString  string  連接字串 MS SQL Server 執行個體的完整名稱 false 256  False 
PerformanceCounterObject  string  效能計數器物件 SQL Server 執行個體的效能監視器物件名稱 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Windows.Distributor" Base="MSRL!Microsoft.SQLServer.Replication.Core.GenericDistributor" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false"/>