Microsoft.SQLServer.Subscription[非推奨] SQL サブスクリプション

Microsoft.SQLServer.Subscription (ClassType)

あらゆるバージョンの Microsoft SQL Server サブスクリプション。サブスクリプションは SQL Server レプリケーションで使用されるコンポーネントで、この管理パックでは廃止されたものと見なされます。

Knowledge Base article:

Summary

All Microsoft SQL Server 2005, 2008 and 2012 subscriptions. Subscription is a component used in SQL Server Replication; it is considered to be obsolete in this Management Pack.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId89c993b6-dac0-ffed-c883-bf0d279fe672

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.SQLServer.Subscription:
Name  string  サブスクリプション名 true 256  False 
Publisher  string  パブリッシャー false 256  False 
PublisherDB  string  パブリッシャー データベース false 256  False 
Publication  string  パブリケーション false 256  False 
Distributor  string  ディストリビューター false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Subscription" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="Publisher" Type="string"/>
<Property ID="PublisherDB" Type="string"/>
<Property ID="Publication" Type="string"/>
<Property ID="Distributor" Type="string"/>
</ClassType>