Microsoft.SQLServer.Replication.Library.GenericPublication제네릭 게시

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

제네릭 게시입니다.

Knowledge Base article:

요약

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

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0d247071-3c54-55b6-d86b-1fcf123a497b

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.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.Library.GenericPublication" Base="Windows!Microsoft.Windows.ApplicationComponent" 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>