Microsoft.SQLServer.Replication.Library.GenericSubscription제네릭 구독

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

구독

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdba1bc78e-08c6-c6a3-d749-591f58a5ab4e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  개체 상태 개체 상태 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  자산 상태 자산 상태 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  메모 메모 false 4000       
Microsoft.SQLServer.Replication.Library.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 256  False     
UpdatableSubscription  bool  업데이트할 수 있는 구독 구독자 변경 내용을 복제할 수 있는지 결정합니다. false 256       
UseWindowsSynchronizationManager  bool  Windows 동기화 관리자 사용 Windows 동기화 관리자를 사용하여 구독을 동기화할지 여부를 결정합니다. false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Library.GenericSubscription" Base="Windows!Microsoft.Windows.ApplicationComponent" 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"/>
<Property ID="UpdatableSubscription" Type="bool" Key="false"/>
<Property ID="UseWindowsSynchronizationManager" Type="bool" Key="false"/>
</ClassType>