次の方法で共有


SubscriberSubscription.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)

プロパティ値

型: Microsoft.SqlServer.Replication.TransSubscriberType
TransSubscriberType 値です。

説明

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

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

関連項目

参照

SubscriberSubscription クラス

Microsoft.SqlServer.Replication 名前空間