Condividi tramite


Proprietà SubscriberSubscription.UpdateMode

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public Property UpdateMode As TransSubscriberType 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

This property can be accessed by any user.

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

Vedere anche

Riferimento

SubscriberSubscription Classe

Spazio dei nomi Microsoft.SqlServer.Replication