Microsoft.SQLServer.Subscription[弃用] SQL 订阅

Microsoft.SQLServer.Subscription (ClassType)

所有 Microsoft SQL Server 订阅(无论何种版本)。订阅是用于 SQL Server 复制中的组件,在此管理包中被认为已过时。

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId89c993b6-dac0-ffed-c883-bf0d279fe672

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SQLServer.Subscription:
Name  string  订阅名称 true 256  False 
Publisher  string  发布服务器 false 256  False 
PublisherDB  string  发布服务器数据库 false 256  False 
Publication  string  发布 false 256  False 
Distributor  string  分发服务器 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Subscription" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="Publisher" Type="string"/>
<Property ID="PublisherDB" Type="string"/>
<Property ID="Publication" Type="string"/>
<Property ID="Distributor" Type="string"/>
</ClassType>