Microsoft.SQLServer.Replication.Core.VirtualSubscriberMSSQL: 通用复制虚拟订阅服务器

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

虚拟订阅服务器。

Knowledge Base article:

摘要

虚拟订阅服务器。

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3a83c87c-5621-3d26-5897-3744aacbd8d4

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.VirtualSubscriber:
MachineName  string  计算机名 true 256  False 
InstanceName  string  实例名称 true 256  False 
ServiceName  string  服务名 false 256  False 
AgentServiceName  string  SQL 代理服务名称 false 256  False 
ConnectionString  string  连接字符串 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.VirtualSubscriber" 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="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="false"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>