Microsoft.SQLServer.Publication[Preterido] Publicação do SQL

Microsoft.SQLServer.Publication (ClassType)

Todas as publicações do Microsoft SQL Server, independentemente da versão. Uma publicação é um componente usado na replicação do SQL Server e é considerado obsoleto neste Pacote de Gerenciamento.

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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.SQLServer.Publication:
PublicationID  int  ID da Publicação true 256   
Name  string  Nome da Publicação false 256  False 
IsActive  bool  Ativa false 256   
Description  string  Descrição 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>