TransPullSubscription.SubscriberType 속성

Gets or sets the updating behavior of the subscription.

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

구문

‘선언
Public Property SubscriberType As TransSubscriberType 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: Microsoft.SqlServer.Replication.TransSubscriberType
A TransSubscriberType object.

주의

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.

참고 항목

참조

TransPullSubscription 클래스

Microsoft.SqlServer.Replication 네임스페이스