次の方法で共有


SubscriptionOption 列挙体

サブスクリプションの種類を列挙します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
<ComVisibleAttribute(True)> _
Public Enumeration SubscriptionOption
'使用
Dim instance As SubscriptionOption
[ComVisibleAttribute(true)]
public enum SubscriptionOption
[ComVisibleAttribute(true)]
public enum class SubscriptionOption
[<ComVisibleAttribute(true)>]
type SubscriptionOption
public enum SubscriptionOption

メンバー

メンバー名 説明
Push プッシュ サブスクリプションです。
Pull プル サブスクリプションです。
Anonymous 匿名サブスクリプションです。パブリッシャ側でサブスクリプションを登録せずにサブスクリプションを作成する場合、匿名サブスクリプションは必須です。これは、サブスクリプションの構成時にパブリッシャに SQL Server 接続を確立できない場合に必要です。

説明

選択するサブスクリプションの種類によって、エージェントが実行される場所が決まります。プッシュ サブスクリプションではマージ エージェントまたはディストリビューション エージェントがディストリビュータで実行されるのに対し、プル サブスクリプションではサブスクライバでエージェントが実行されます。