Microsoft.SQLServer.Replication.Core.GenericSubscriptionMSSQL: 제네릭 복제 구독

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

제네릭 구독입니다.

Knowledge Base article:

요약

제네릭 구독입니다.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId124c654b-4a50-bc2e-e0bc-4c9458aaa0b4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False 
Microsoft.SQLServer.Replication.Core.GenericSubscription:
SubscriptionName  string  구독 이름 인스턴스 이름: [SubscriptionName] 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.Core.GenericSubscription" Base="System!System.Entity" 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>