sp_helpdistributor_properties (Transact-SQL)
返回分发服务器属性。 此存储过程在分发服务器上对分发数据库执行。
语法
sp_helpdistributor_properties
[ ; ]
结果集
列名称 | 数据类型 | 说明 |
---|---|---|
heartbeat_interval |
int | 在不记录进度消息的情况下,代理可以运行的最大分钟数。 |
返回代码值
0
(成功) 或 1
(失败) 。
注解
sp_helpdistributor_properties
用于所有类型的复制。
权限
只有 sysadmin 固定服务器角色的成员、分发数据库上 db_owner 或 replmonitor 固定数据库角色的成员,以及发布访问列表中的用户 (PAL) 使用此分发服务器的发布才能执行 sp_helpdistributor_properties
。