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 (JPN) Description (JPN) 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  パブリケーション名 インスタンス名: [サブスクリプション名] 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”
“use default folder” には “snapshot_in_defaultfolder”
既定のフォルダーには Sp_help_distributor.”ディレクトリ”。
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>