Microsoft.SQLServer.Replication.Library.GenericPublicationGenerische Veröffentlichung

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

Die generische Veröffentlichung.

Knowledge Base article:

Zusammenfassung

Eine generische Implementierung für alle Veröffentlichungsversionen.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0d247071-3c54-55b6-d86b-1fcf123a497b

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.GenericPublication:
PublicationName  string  Veröffentlichungsname Instanzname: [SubscriptionName] true 256  False     
Database  string  Veröffentlichungsdatenbank Datenbank false 256  False     
Description  string  Veröffentlichungsbeschreibung Beschreibung false 256  False     
Type  string  Veröffentlichungstyp Typ false 256  False     
SubscriptionExpiration  bool  Abonnementablauf Wenn “retention” NULL ist - false false 256       
ExpirationInterval  string  Ablaufintervall Das Feld “retention” (normalerweise Stunden), Tage für die Zusammenführung. false 256  False     
SnapshotFormat  string  Momentaufnahmeformat “Synchronisierungsmethode”: 0 - systemeigen, 1 - Zeichen false 256  False     
LocationOfSnapshotFiles  string  Speicherort der Momentaufnahmedateien
“alt_snapshot_folder” für anderen Speicherort
“snapshot_in_defaultfolder” für “Standardordner verwenden”
Sp_help_distributor.”Verzeichnis” für Standardordner.
false 260  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Library.GenericPublication" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="PublicationName" Type="string" Key="true"/>
<Property ID="Database" Type="string" Key="false"/>
<Property ID="Description" Type="string" Key="false"/>
<Property ID="Type" Type="string" Key="false"/>
<Property ID="SubscriptionExpiration" Type="bool" Key="false"/>
<Property ID="ExpirationInterval" Type="string" Key="false"/>
<Property ID="SnapshotFormat" Type="string" Key="false"/>
<Property ID="LocationOfSnapshotFiles" Type="string" Key="false" MaxLength="260"/>
</ClassType>