SubscriberType プロパティ
サブスクリプションの更新動作を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property SubscriberType As TransSubscriberType
Get
Set
'使用
Dim instance As TransPullSubscription
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_helppullsubscription を実行したのと同じことになります。
SubscriberType プロパティを設定すると、sp_addpullsubscription を実行したのと同じことになります。
SubscriberType プロパティは、SQL Server 7.0、SQL Server 2000、および SQL Server 2005 で使用できます。
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。