次の方法で共有


SubscriberSubscription.UpdateMode プロパティ

定義

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

public:
 property Microsoft::SqlServer::Replication::TransSubscriberType UpdateMode { Microsoft::SqlServer::Replication::TransSubscriberType get(); void set(Microsoft::SqlServer::Replication::TransSubscriberType value); };
public Microsoft.SqlServer.Replication.TransSubscriberType UpdateMode { get; set; }
member this.UpdateMode : Microsoft.SqlServer.Replication.TransSubscriberType with get, set
Public Property UpdateMode As TransSubscriberType

プロパティ値

TransSubscriberType 値。

注釈

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

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

適用対象