TransSubscription.SubscriberType プロパティ
サブスクライバーでのデータ変更の更新動作を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property SubscriberType As TransSubscriberType
Get
Set
'使用
Dim instance As TransSubscription
Dim value As TransSubscriberType
value = instance.SubscriberType
instance.SubscriberType = value
public TransSubscriberType SubscriberType { get; set; }
public:
property TransSubscriberType SubscriberType {
TransSubscriberType get ();
void set (TransSubscriberType value);
}
member SubscriberType : TransSubscriberType with get, set
function get SubscriberType () : TransSubscriberType
function set SubscriberType (value : TransSubscriberType)
プロパティ値
型: Microsoft.SqlServer.Replication.TransSubscriberType
TransSubscriberType 値です。
説明
SubscriberType は、サブスクリプションが作成される前に設定する必要があり、サブスクリプションの作成後は変更することができません。
SubscriberType プロパティを取得できるのは、固定サーバー ロール sysadmin のメンバー、固定データベース ロール db_owner のメンバー、またはサブスクリプションを作成したユーザーだけです。
SubscriberType プロパティを設定できるのは、固定サーバー ロール sysadmin のメンバー、または固定データベース ロール db_owner のメンバーだけです。
SubscriberType を取得すると、sp_helpsubscription (Transact-SQL) を実行したのと同じことになります。
SubscriberType を設定すると、sp_addsubscription (Transact-SQL) を実行したのと同じことになります。