PublicationAttributes Enumeration

Enumerates supported publication properties.

네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration PublicationAttributes
[FlagsAttribute] 
public enum PublicationAttributes
[FlagsAttribute] 
public enum class PublicationAttributes
/** @attribute FlagsAttribute() */ 
public enum PublicationAttributes
FlagsAttribute 
public enum PublicationAttributes

Members

Member name Description
AllowAnonymous Anonymous subscriptions can subscribe to the publication.
AllowDtsTransformation Transformable subscriptions are supported. This feature has been deprecated and required installation of SQL Server 2000 Data Transformation Services (DTS). For more information, see 게시된 데이터 변환.
AllowInitializationFromBackup Subscribers can initialize a subscription to the publication from a backup rather than the initial snapshot. Supported only for transactional or snapshot replication.
AllowPartitionRealignment Deletes are sent to the Subscriber when modification of the row on the Publisher causes it to change its partition and when the publication uses parameterized filters. Supported only for merge publications.
AllowPull Subscriptions where the synchronization agent runs at the Subscriber (pull subscriptions) are supported. Required to support SQL Server 2005 Compact Edition Subscribers.
AllowPush Subscriptions where the synchronization agent runs at the Distributor (push subscriptions) are supported.
AllowQueuedTransactions Queued updating subscriptions are supported for transactional publications. Supported only for transactional publications.
AllowSubscriberInitiatedSnapshot Subscribers can initiate the snapshot process to generate the filtered snapshot for their data partition when the merge publication has parameterized filters. Supported only for merge publications.
AllowSubscriptionCopy Databases that subscribe to the publication can be copied and attached to create new subscriptions. Attachable subscriptions have been deprecated.
AllowSynchronousTransactions Immediate updating subscriptions are supported for transactional publications. Supported only for transactional publications.
AllowSyncToAlternate Subscribers can synchronize subscriptions to the merge publication with servers other than the Publisher where the subscription originated. Supported only for merge publications. This feature is deprecated and will be removed in a future release. Not supported for SQL Server 2005 Compact Edition Subscribers.
AllowWebSynchronization Subscribers can synchronize subscriptions over the Internet using the HTTPS protocol. Supported only for merge publications. Only available with SQL Server 2005. Required to support SQL Server 2005 Compact Edition Subscribers. For more information, see 병합 복제에 대한 웹 동기화.
AutomaticGenerateSyncProcedures The stored procedure used by updating subscriptions to synchronize with the transactional publication is automatically generated. Supported only for transactional publications.
CentralizedConflicts Conflict records are stored at the Publisher. Supported only for merge publications.
CompressSnapshot Snapshot files are compressed into the CAB format. Snapshot files that are larger than 2 gigabytes (GB) cannot be compressed. Not supported for SQL Server 2005 Compact Edition Subscribers.
DecentralizedConflicts Conflict records are stored at the Subscriber. Supported only for merge publications. Not supported for SQL Server 2005 Compact Edition Subscribers.
DynamicFilters Parameterized row filters are supported on a merge publication. Supported only for a merge publication.
EnabledForActiveDirectory  
EnabledForHeterogeneousSubscribers Non- SQL Server Subscribers are supported. Supported only for transactional and snapshot publications. Only available with SQL Server 2005 and later versions.
EnabledForPeerToPeer Peer-to-peer transactional replication is supported. Supported only for transactional publications. Only available with SQL Server 2005 and later versions.
ImmediateSync Synchronization files for the publication are recreated each time the Snapshot Agent runs. Subscribers are able to get the synchronization files immediately if the Snapshot Agent has completed before the subscription is created. New subscriptions get the newest synchronization files generated by the most recent execution of the Snapshot Agent. When setting ImmediateSync, IndependentAgent must also be set.
IndependentAgent Each subscription uses its own replication agent instance when synchronizing with the Publisher. Setting this option reduces latency and is the default for a transactional publication. Merge replication always uses independent agents.
InternetEnabled Publication can be synchronized over the Internet, and file transfer protocol (FTP) can be used to transfer the snapshot files to a Subscriber. For more information, see 인터넷을 통한 복제 구현.
KeepPartitionChanges Partition change optimizations are used when precomputed partitions cannot be used. Do not specify KeepPartitionChanges when PartitionGroupsOption is True. For more information, see 미리 계산된 파티션으로 매개 변수가 있는 필터 성능 최적화.
None Removes all options from Attributes.
SnapshotInDefaultFolder The snapshot files for the publication are maintained in the default folder. When SnapshotInDefaultFolder is not specified, you must specify an alternate location for the snapshot files using AltSnapshotFolder.

주의

The PublicationAttributes enumeration supports the FlagsAttribute option, which allows a bitwise combination of enumeration values.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Replication Namespace
Publication Class

관련 자료

How to: Create a Publication (RMO Programming)