Microsoft.SQLServer.Replication.Library.GenericDistributor通用分发服务器

Microsoft.SQLServer.Replication.Library.GenericDistributor (ClassType)

所有版本的分发服务器的常见属性的基本集合

Knowledge Base article:

Summary

Basic collection of common properties for all versions of Distributors.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId711c2de2-ebce-e9fa-5c76-1c887a9535f1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.SQLServer.Replication.Library.GenericDistributor:
InstanceName  string  实例名称 运行代理的实例的名称 true 256  False     
ServiceName  string  服务名称 false 256  False     
AgentServiceName  string  SQL 代理服务名称 false 256  False     
Publishers  string  发布服务器 受影响的实例列表 false 256  False     
DistributionDatabases  string  分发数据库 分发服务器数据库列表 false 4000  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.Library.GenericDistributor" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="true" Hosted="true" Singleton="false">
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="false"/>
<Property ID="Publishers" Type="string" Key="false"/>
<Property ID="DistributionDatabases" Type="string" Key="false" MaxLength="4000"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
<Property ID="PerformanceCounterObject" Type="string" Key="false"/>
</ClassType>