MSmerge_subscriptions (Transact-SQL)
MSmerge_subscriptions テーブルは、サブスクライバ側でマージ エージェントによって処理されるサブスクリプションごとに 1 行のデータを格納します。このテーブルは、ディストリビューション データベースに保存されます。
列名 |
データ型 |
説明 |
---|---|---|
publisher_id |
smallint |
パブリッシャの ID。 |
publisher_db |
sysname |
パブリッシャ データベースの名前。 |
publication_id |
int |
パブリケーションの ID。 |
subscriber_id |
smallint |
サブスクライバの ID。 |
subscriber_db |
sysname |
サブスクリプション データベースの名前。 |
subscription_type |
int |
サブスクリプションの種類。 0 = プッシュ 1 = プル 2 = 匿名 |
sync_type |
tinyint |
同期の種類。 1 = 自動同期 2 = 同期しない |
status |
tinyint |
サブスクリプションの状態。 |
subscription_time |
datetime |
サブスクリプションが追加された時刻。 |