Microsoft.SQLServer.Replication.Library.GenericSubscriptionGenerisches Abonnement

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

Abonnement

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdba1bc78e-08c6-c6a3-d749-591f58a5ab4e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Anzeigename Anzeigenamen des Objekts false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektstatus Objektstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Bestandsstatus Bestandsstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Anmerkungen Anmerkungen false 4000       
Microsoft.SQLServer.Replication.Library.GenericSubscription:
SubscriptionName  string  Abonnementname Instanzname: [SubscriptionName] true 256  False     
Type  string  Abonnementtyp false 256  False     
Publisher  string  Verleger 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 256  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.Library.GenericSubscription" Base="Windows!Microsoft.Windows.ApplicationComponent" 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"/>
<Property ID="UpdatableSubscription" Type="bool" Key="false"/>
<Property ID="UseWindowsSynchronizationManager" Type="bool" Key="false"/>
</ClassType>