Microsoft.SQLServer.Replication.Core.VirtualSubscriptionMSSQL: 通用复制虚拟订阅

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

虚拟订阅。

Knowledge Base article:

摘要

虚拟订阅。

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddcd447aa-db5c-a0d6-a758-c798bc8402f0

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.VirtualSubscription:
SubscriptionName  string  订阅名称 实例名称: [SubscriptionName] true 256  False 
Type  string  订阅类型 false 256  False 
Publisher  string  发布者 产生发布的服务器实例。 false 256  False 
Distributor  string  分发服务器 发布服务器使用的分发服务器。 false 256  False 
PublicationDatabase  string  发布数据库 产生发布的服务器实例。 false 256  False 
PublicationName  string  发布名称 发布名称。[只有名称,不包含键属性中的完整传递] false 256  False 
ReplicationType  string  复制类型 复制类型 false 256  False 
Subscriber  string  订阅者 接收订阅的服务器实例。 false 256  False 
SubscriptionDatabase  string  订阅数据库 接收订阅的数据库。 false 256  False 
SubscriptionDescription  string  订阅说明 订阅的说明。 false 300  False 
UpdatableSubscription  bool  可更新订阅 确定是否复制了订阅服务器更改。 false 256   
UseWindowsSynchronizationManager  bool  使用 Windows 同步管理器 确定是否可使用 Windows 同步管理器同步此订阅。 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.VirtualSubscription" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="SubscriptionName" Type="string" Key="true"/>
<Property ID="Type" Type="string" Key="false"/>
<Property ID="Publisher" Type="string" Key="false"/>
<Property ID="Distributor" Type="string" Key="false"/>
<Property ID="PublicationDatabase" Type="string" Key="false"/>
<Property ID="PublicationName" Type="string" Key="false"/>
<Property ID="ReplicationType" Type="string" Key="false"/>
<Property ID="Subscriber" Type="string" Key="false"/>
<Property ID="SubscriptionDatabase" Type="string" Key="false"/>
<Property ID="SubscriptionDescription" Type="string" Key="false" MaxLength="300"/>
<Property ID="UpdatableSubscription" Type="bool" Key="false"/>
<Property ID="UseWindowsSynchronizationManager" Type="bool" Key="false"/>
</ClassType>