Microsoft.SQLServer.Replication.Library.GenericSubscription汎用サブスクリプション

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

サブスクリプション

Knowledge Base article:

Summary

Basic collection of common properties.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdba1bc78e-08c6-c6a3-d749-591f58a5ab4e

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.GenericSubscription:
SubscriptionName  string  サブスクリプション名 インスタンス名: [サブスクリプション名] true 256  False     
Type  string  サブスクリプションの種類 false 256  False     
Publisher  string  パブリッシャー パブリケーションの発信元であるサーバー インスタンス。 false 256  False     
Distributor  string  ディストリビューター パブリッシャーが使用するディストリビューター。 false 256  False     
PublicationDatabase  string  パブリケーション データベース パブリケーションの発信元であるサーバー インスタンス。 false 256  False     
PublicationName  string  パブリケーション名 パブリケーション名。[キー プロパティ内の場合のように完全なパスを除いた名前のみ] false 256  False     
ReplicationType  string  レプリケーションの種類 レプリケーションの種類 false 256  False     
Subscriber  string  サブスクライバー サブスクリプションを受け取るサーバー インスタンス。 false 256  False     
SubscriptionDatabase  string  サブスクリプション データベース サブスクリプションを受け取るデータベース。 false 256  False     
SubscriptionDescription  string  サブスクリプションの説明 サブスクリプションの説明。 false 300  False     
UpdatableSubscription  bool  更新可能なサブスクリプション サブスクライバーの変更がレプリケーションされるかどうかを決定します。 false 256       
UseWindowsSynchronizationManager  bool  Windows 同期マネージャーの使用 Windows 同期マネージャーを使用してサブスクリプションを同期できるかを決定します。 false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Library.GenericSubscription" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="SubscriptionName" Type="string" Key="true"/>
<Property ID="Type" Type="string" Key="false"/>
<Property ID="Publisher" Type="string" Key="false"/>
<Property ID="Distributor" Type="string" Key="false"/>
<Property ID="PublicationDatabase" Type="string" Key="false"/>
<Property ID="PublicationName" Type="string" Key="false"/>
<Property ID="ReplicationType" Type="string" Key="false"/>
<Property ID="Subscriber" Type="string" Key="false"/>
<Property ID="SubscriptionDatabase" Type="string" Key="false"/>
<Property ID="SubscriptionDescription" Type="string" Key="false" MaxLength="300"/>
<Property ID="UpdatableSubscription" Type="bool" Key="false"/>
<Property ID="UseWindowsSynchronizationManager" Type="bool" Key="false"/>
</ClassType>