Microsoft.SQLServer.Replication.Core.GenericPublicationMSSQL: Generische Replikationsveröffentlichung

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

Die generische Veröffentlichung.

Knowledge Base article:

Zusammenfassung

Eine generische Implementierung für alle Veröffentlichungsversionen.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2fdd0e39-610d-2ffd-3e3a-e60599931164

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.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.Core.GenericPublication" Base="System!System.Entity" 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>