共用方式為


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 命名空間