Microsoft.SQLServer.Replication.Library.GenericPublication一般發行集

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

一般發行集。

Knowledge Base article:

摘要

所有發行集版本的一般實作。

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 (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
Microsoft.SQLServer.Replication.Library.GenericPublication:
PublicationName  string  發行集名稱 執行個體名稱: [SubscriptionName] true 256  False     
Database  string  發行集資料庫 資料庫 false 256  False     
Description  string  發行集描述 描述 false 256  False     
Type  string  發行集類型 類型 false 256  False     
SubscriptionExpiration  bool  訂閱過期 如果 [保留] 為零 - false false 256       
ExpirationInterval  string  到期間隔 「保留」欄位,通常使用小時數,合併式使用天數 false 256  False     
SnapshotFormat  string  快照集格式 「同步處理方法」: 0 – 原生,1 - 字元 false 256  False     
LocationOfSnapshotFiles  string  快照集檔案的位置
“alt_snapshot_folder” 代表替代位置
“snapshot_in_defaultfolder” 代表「使用預設資料夾」
Sp_help_distributor.”directory” 代表預設資料夾。
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>