Microsoft.SQLServer.PublicationPubblicazione di SQL

Microsoft.SQLServer.Publication (ClassType)

Tutte le pubblicazioni di Microsoft SQL Server indipendentemente dalla versione. Una pubblicazione viene utilizzata nella replica di 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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.SQLServer.Publication:
PublicationID  int  ID pubblicazione true 256   
Name  string  Nome pubblicazione false 256  False 
IsActive  bool  Attiva false 256   
Description  string  Descrizione 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>