Microsoft.SQLServer.Publication[取代] SQL 發行集

Microsoft.SQLServer.Publication (ClassType)

所有 Microsoft SQL Server 發行集,版本不限。SQL Server 複寫中會使用發行集; 已考慮在此管理組件中加以淘汰。

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9a7dd59a-ff9b-57fa-4d54-66b48240d887

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.SQLServer.Publication:
PublicationID  int  發行集識別碼 true 256   
Name  string  發行集名稱 false 256  False 
IsActive  bool  作用中 false 256   
Description  string  描述 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Publication" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="PublicationID" Type="int" Key="true"/>
<Property ID="Name" Type="string"/>
<Property ID="IsActive" Type="bool"/>
<Property ID="Description" Type="string"/>
</ClassType>