Microsoft.SQLServer.Replication.Core.VirtualDistributorMSSQL: 通用复制虚拟分发服务器

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

虚拟分发服务器。

Knowledge Base article:

摘要

虚拟分发服务器。

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda60e8bf9-6d93-968d-d790-86e4761a4e18

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False 
Microsoft.SQLServer.Replication.Core.VirtualDistributor:
MachineName  string  计算机名 true 256  False 
InstanceName  string  实例名称 true 256  False 
NetbiosComputerName  string      false 256  False 
ServiceName  string  服务名 false 256  False 
AgentServiceName  string  SQL 代理服务名称 false 256  False 
Publishers  string  发布服务器 false 4000  False 
DistributionDatabases  string  分发数据库 false 4000  False 
ConnectionString  string  连接字符串 false 256  False 
PerformanceCounterObject  string  性能计数器对象 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.VirtualDistributor" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="MachineName" Type="string" Key="true"/>
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="NetbiosComputerName" Type="string"/>
<Property ID="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="false"/>
<Property ID="Publishers" Type="string" Key="false" MaxLength="4000"/>
<Property ID="DistributionDatabases" Type="string" Key="false" MaxLength="4000"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
<Property ID="PerformanceCounterObject" Type="string" Key="false"/>
</ClassType>