Microsoft.SQLServer.Publication[Déconseillé] Publication SQL

Microsoft.SQLServer.Publication (ClassType)

Toutes les publications Microsoft SQL Server quelle que soit la version. Une publication est un composant utilisé dans la réplication SQL Server ; celui-ci est considéré comme obsolète dans ce pack d'administration.

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 (FRA) Description (FRA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet de surveillance. false 256  False 
Microsoft.SQLServer.Publication:
PublicationID  int  ID de publication true 256   
Name  string  Nom de la publication false 256  False 
IsActive  bool  Actif false 256   
Description  string  Description 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>