Microsoft.SQLServer.SubscriptionSottoscrizione SQL

Microsoft.SQLServer.Subscription (ClassType)

Tutte le sottoscrizioni Microsoft SQL Server indipendentemente dalla versione. Una sottoscrizione viene utilizzata nella replica di 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 (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.Subscription:
Name  string  Nome sottoscrizione true 256  False 
Publisher  string  Server di pubblicazione false 256  False 
PublisherDB  string  Database del server di pubblicazione false 256  False 
Publication  string  Pubblicazione false 256  False 
Distributor  string  Database di distribuzione 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>