Microsoft.SQLServer.Replication.Library.GenericSubscription通用订阅

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

订阅

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdba1bc78e-08c6-c6a3-d749-591f58a5ab4e

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.GenericSubscription:
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 256  False     
UpdatableSubscription  bool  可更新订阅 确定是否复制了订阅服务器更改。 false 256       
UseWindowsSynchronizationManager  bool  使用 Windows 同步管理器 确定是否可使用 Windows 同步管理器同步此订阅。 false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Library.GenericSubscription" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="true" Hosted="false" 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"/>
<Property ID="UpdatableSubscription" Type="bool" Key="false"/>
<Property ID="UseWindowsSynchronizationManager" Type="bool" Key="false"/>
</ClassType>