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 (KOR) Description (KOR) 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>