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