Microsoft.SQLServer.Publication[Veraltet] SQL-Veröffentlichung

Microsoft.SQLServer.Publication (ClassType)

Alle Microsoft SQL Server-Veröffentlichungen, unabhängig von der Version. Eine Veröffentlichung ist eine bei der SQL Server-Replikation verwendete Komponente. Wird in diesem Management Pack als veraltet betrachtet.

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 (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.SQLServer.Publication:
PublicationID  int  Veröffentlichungs-ID true 256   
Name  string  Veröffentlichungsname false 256  False 
IsActive  bool  Aktiv false 256   
Description  string  Beschreibung 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>