SubscriberSubscription.UpdateMode 속성

Gets or sets the update mode for an updating subscription to a transactional publication.

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

구문

‘선언
Public Property UpdateMode As TransSubscriberType 
    Get 
    Set
‘사용 방법
Dim instance As SubscriberSubscription 
Dim value As TransSubscriberType 

value = instance.UpdateMode

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

속성 값

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

주의

This property can be accessed by any user.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

참고 항목

참조

SubscriberSubscription 클래스

Microsoft.SqlServer.Replication 네임스페이스