UpdateMode プロパティ

トランザクション パブリケーションに対する更新サブスクリプションの更新モードを取得します。値の設定も可能です。

名前空間:  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)

説明

このプロパティは、すべてのユーザーがアクセスできます。

この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。