Microsoft.SQLServer.SubscriptionSQL サブスクリプション

Microsoft.SQLServer.Subscription (ClassType)

全バージョンの Microsoft SQL Server サブスクリプション。サブスクリプションは SQL Server レプリケーションで使用されます。

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>