Microsoft.SQLServer.SubscriptionAssinatura do SQL

Microsoft.SQLServer.Subscription (ClassType)

Todas as assinaturas do Microsoft SQL Server, independentemente da versão. Uma assinatura é usada na replicação do SQL Server.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId89c993b6-dac0-ffed-c883-bf0d279fe672

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.Subscription:
Name  string  Nome da Assinatura true 256  False 
Publisher  string  Publicador false 256  False 
PublisherDB  string  Banco de Dados Publicador false 256  False 
Publication  string  Publicação false 256  False 
Distributor  string  Distribuidor false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Subscription" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="Publisher" Type="string"/>
<Property ID="PublisherDB" Type="string"/>
<Property ID="Publication" Type="string"/>
<Property ID="Distributor" Type="string"/>
</ClassType>