Microsoft.SQLServer.Replication.Library.VirtualPublisher虚拟发布服务器

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

Knowledge Base article:

Summary

A virtual publisher.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId55f545eb-0316-094b-b54a-ef67501bcb43

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.VirtualPublisher:
PrincipalName  string  主体名称 true 256  False     
InstanceName  string  实例名称 true 256  False     
ServiceName  string  服务名称 false 256  False     
AgentServiceName  string  SQL 代理服务名称 false 256  False     
PublisherType  string  发布服务器类型 false 256  False     
Distributor  string  分发服务器 false 256  False     
DistributorDatabaseName  string  分发数据库 false 256  False     
DefaultSnapshotFolder  string  默认快照文件夹 false 260  False     
ConnectionString  string  连接字符串 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Library.VirtualPublisher" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="PrincipalName" Type="string" Key="true"/>
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="false"/>
<Property ID="PublisherType" Type="string" Key="false"/>
<Property ID="Distributor" Type="string" Key="false"/>
<Property ID="DistributorDatabaseName" Type="string" Key="false"/>
<Property ID="DefaultSnapshotFolder" Type="string" Key="false" MaxLength="260"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>