Propriedade do RDL TransPullSubscription.SubscriberType

Gets or sets the updating behavior of the subscription.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public Property SubscriberType As TransSubscriberType 
    Get 
    Set
'Uso
Dim instance As TransPullSubscription 
Dim value As TransSubscriberType 

value = instance.SubscriberType

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Replication.TransSubscriberType
A TransSubscriberType object.

Comentários

You cannot set the SubscriberType property for an existing subscription.

The SubscriberType property can only be retrieved by members of the sysadmin fixed server role at the Subscriber or by members of the db_owner fixed database role on the subscription database.

The SubscriberType property can only be set by members of the sysadmin fixed server role at the Subscriber or by members of the db_owner fixed database role on the subscription database.

Retrieving the SubscriberType property is equivalent to executing sp_helppullsubscription.

Setting the SubscriberType property is equivalent to executing sp_addpullsubscription.

Consulte também

Referência

TransPullSubscription Classe

Namespace Microsoft.SqlServer.Replication