Microsoft.SQLServer.2014.Replication.PublicationMSSQL 2014 Replication: Publication

Microsoft.SQLServer.2014.Replication.Publication (ClassType)

A publication is a collection of one or more articles from one database. The grouping of multiple articles into a publication makes it easier to specify a logically related set of database data and objects that are replicated as a unit.

Knowledge Base article:

Summary

A publication is a collection of one or more articles from one database. The grouping of multiple articles into a publication makes it easier to specify a logically related set of database data and objects that are replicated as a unit.

Element properties:

Base ClassMicrosoft.SQLServer.Replication.Library.GenericPublication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId032581ae-1c2a-8c3a-992e-94956606eca8

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SQLServer.Replication.Library.GenericPublication:
PublicationName  string  Publication Name Instance name: [SubscriptionName] true 256  False     
Database  string  Publication Database Database false 256  False     
Description  string  Publication Description Description false 256  False     
Type  string  Publication Type Type false 256  False     
SubscriptionExpiration  bool  Subscription Expiration If “retention” is zero - false false 256       
ExpirationInterval  string  Expiration Interval “retention” field, hours for usual, days for merge false 256  False     
SnapshotFormat  string  Snapshot Format “synchronization method”: 0 – native, 1 - character false 256  False     
LocationOfSnapshotFiles  string  Location of Snapshot Files
“alt_snapshot_folder” for alternative location
“snapshot_in_defaultfolder” for “use default folder”
Sp_help_distributor.”directory” for default folder.
false 260  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2014.Replication.Publication" Base="MSRL!Microsoft.SQLServer.Replication.Library.GenericPublication" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false"/>