Свойство DistributionSubscription.SubscriptionType

Gets or sets whether the Distribution agent runs at the Distributor (Push) or at the Subscriber (Pull).

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property SubscriptionType As SubscriptionOption 
    Get 
    Set
'Применение
Dim instance As DistributionSubscription 
Dim value As SubscriptionOption 

value = instance.SubscriptionType

instance.SubscriptionType = value
public SubscriptionOption SubscriptionType { get; set; }
public:
property SubscriptionOption SubscriptionType {
    SubscriptionOption get ();
    void set (SubscriptionOption value);
}
member SubscriptionType : SubscriptionOption with get, set
function get SubscriptionType () : SubscriptionOption 
function set SubscriptionType (value : SubscriptionOption)

Значение свойства

Тип: Microsoft.SqlServer.Replication.SubscriptionOption
The type of subscription.

Замечания

This property cannot be set for an existing subscription.

The SubscriptionType property can only be retrieved by members of the db_owner fixed database role on the distribution database.

The SubscriptionType property can be set by any user.

См. также

Справочник

DistributionSubscription Класс

Пространство имен Microsoft.SqlServer.Replication