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