Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
SQL Server
The MSdistribution_status view exposes additional information on the status commands in the distribution database. This view is stored in the distribution database.
| Column name | Data type | Description |
|---|---|---|
| article_id | int | Identifies an article. |
| agent_id | int | Identifies a replication agent. |
| UndelivCmdsInDistDB | int | The number of commands pending delivery to Subscribers. |
| DelivCmdsInDistDB | int | The number of commands delivered to Subscribers. |
See Also
Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)