Microsoft.SQLServer.Publication[非推奨] SQL パブリケーション

Microsoft.SQLServer.Publication (ClassType)

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

Knowledge Base article:

Summary

All Microsoft SQL Server 2005, 2008 and 2012 publications. Publication 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
ElementId9a7dd59a-ff9b-57fa-4d54-66b48240d887

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.Publication:
PublicationID  int  パブリケーション ID true 256   
Name  string  パブリケーション名 false 256  False 
IsActive  bool  アクティブ false 256   
Description  string  説明 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Publication" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="PublicationID" Type="int" Key="true"/>
<Property ID="Name" Type="string"/>
<Property ID="IsActive" Type="bool"/>
<Property ID="Description" Type="string"/>
</ClassType>