Microsoft.SQLServer.Replication.Core.GenericPublicationMSSQL: 제네릭 복제 게시

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

제네릭 게시입니다.

Knowledge Base article:

요약

모든 게시 버전에 대한 제네릭 구현입니다.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2fdd0e39-610d-2ffd-3e3a-e60599931164

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.GenericPublication:
PublicationName  string  게시 이름 인스턴스 이름: [SubscriptionName] true 256  False 
Database  string  게시 데이터베이스 데이터베이스 false 256  False 
Description  string  게시 설명 설명 false 256  False 
Type  string  게시 유형 유형 false 256  False 
SubscriptionExpiration  bool  구독 만료 "보존"이 0이면 false false 256   
ExpirationInterval  string  만료 간격 "보존" 필드, 일반적인 경우 시간 단위, 병합의 경우 일 단위 false 256  False 
SnapshotFormat  string  스냅숏 형식 "동기화 메서드": 0 – 네이티브, 1 - 문자 false 256  False 
LocationOfSnapshotFiles  string  스냅숏 파일 위치
“alt_snapshot_folder” - 대체 위치
“snapshot_in_defaultfolder” - “기본 폴더 사용”
Sp_help_distributor.”directory” - 기본 폴더.
false 260  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.GenericPublication" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="PublicationName" Type="string" Key="true"/>
<Property ID="Database" Type="string" Key="false"/>
<Property ID="Description" Type="string" Key="false"/>
<Property ID="Type" Type="string" Key="false"/>
<Property ID="SubscriptionExpiration" Type="bool" Key="false"/>
<Property ID="ExpirationInterval" Type="string" Key="false"/>
<Property ID="SnapshotFormat" Type="string" Key="false"/>
<Property ID="LocationOfSnapshotFiles" Type="string" Key="false" MaxLength="260"/>
</ClassType>