다음을 통해 공유


SubscriptionOption Enumeration

Enumerates the type of subscription.

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

구문

‘선언
<ComVisibleAttribute(True)> _
Public Enumeration SubscriptionOption
[ComVisibleAttribute(true)] 
public enum SubscriptionOption
[ComVisibleAttribute(true)] 
public enum class SubscriptionOption
/** @attribute ComVisibleAttribute(true) */ 
public enum SubscriptionOption
ComVisibleAttribute(true) 
public enum SubscriptionOption

Members

Member name Description
Anonymous Anonymous subscription. Anonymous subscriptions are required if you want to create a subscription without registering the subscription at the Publisher. This is necessary for cases in which you cannot establish a SQL Server connection to the Publisher during subscription configuration.
Pull Pull subscription.
Push Push subscription.

주의

The type of subscription you choose controls where the agent runs. With a push subscription, the Merge Agent or Distribution Agent runs at the Distributor, whereas with a pull subscription, agents run at the Subscribers.

플랫폼

개발 플랫폼

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

대상 플랫폼

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

참고 항목

참조

Microsoft.SqlServer.Replication Namespace