Microsoft.SQLServer.Replication.Core.GenericSubscriptionMSSQL: Generisches Replikationsabonnement

Microsoft.SQLServer.Replication.Core.GenericSubscription (ClassType)

Generisches Abonnement.

Knowledge Base article:

Zusammenfassung

Generisches Abonnement.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId124c654b-4a50-bc2e-e0bc-4c9458aaa0b4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigenamen des Objekts false 4000  False 
Microsoft.SQLServer.Replication.Core.GenericSubscription:
SubscriptionName  string  Abonnementname Instanzname: [SubscriptionName] true 256  False 
Type  string  Abonnementtyp false 256  False 
Publisher  string  Herausgeber Die Serverinstanz, die den Ursprung der Veröffentlichung darstellt. false 256  False 
Distributor  string  Verteiler Der vom Verleger verwendete Verteiler. false 256  False 
PublicationDatabase  string  Veröffentlichungsdatenbank Die Serverinstanz, die den Ursprung der Veröffentlichung darstellt. false 256  False 
PublicationName  string  Veröffentlichungsname Der Name der Veröffentlichung. [Nur der Name ohne das vollständige Kennwort wie in der Schlüsseleigenschaft] false 256  False 
ReplicationType  string  Replikationstyp Typ der Replikation false 256  False 
Subscriber  string  Abonnent Die Serverinstanz, die das Abonnement empfängt. false 256  False 
SubscriptionDatabase  string  Abonnementdatenbank Die Datenbank, die das Abonnement empfängt. false 256  False 
SubscriptionDescription  string  Abonnementbeschreibung Die Beschreibung des Abonnements. false 300  False 
UpdatableSubscription  bool  Aktualisierbares Abonnement Bestimmt, ob Abonnentenänderungen repliziert werden. false 256   
UseWindowsSynchronizationManager  bool  Synchronisierungsverwaltung von Windows verwenden Ermittelt, ob das Abonnement mithilfe der Synchronisierungsverwaltung von Windows synchronisiert werden kann. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.GenericSubscription" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="SubscriptionName" Type="string" Key="true"/>
<Property ID="Type" Type="string" Key="false"/>
<Property ID="Publisher" Type="string" Key="false"/>
<Property ID="Distributor" Type="string" Key="false"/>
<Property ID="PublicationDatabase" Type="string" Key="false"/>
<Property ID="PublicationName" Type="string" Key="false"/>
<Property ID="ReplicationType" Type="string" Key="false"/>
<Property ID="Subscriber" Type="string" Key="false"/>
<Property ID="SubscriptionDatabase" Type="string" Key="false"/>
<Property ID="SubscriptionDescription" Type="string" Key="false" MaxLength="300"/>
<Property ID="UpdatableSubscription" Type="bool" Key="false"/>
<Property ID="UseWindowsSynchronizationManager" Type="bool" Key="false"/>
</ClassType>