Microsoft.SQLServer.PublicationSQL 发布

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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SQLServer.Publication:
PublicationID  int  发布 ID 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>