Microsoft.SQLServer.Publication[Deprecato] Pubblicazione di SQL

Microsoft.SQLServer.Publication (ClassType)

Tutte le pubblicazioni di Microsoft SQL Server indipendentemente dalla versione. Una pubblicazione è un componente usato nella replica di SQL Server. Considerato obsoleto in questo Management Pack.

Knowledge Base article:

Summary

All Microsoft SQL Server 2005, 2008 and 2012 publications. Publication is a component used in SQL Server Replication; it is considered to be obsolete in this Management Pack.

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>