Udostępnij za pośrednictwem


sp_helpdistributor_properties (Transact-SQL)

Returns Distributor properties. This stored procedure is executed at the Distributor on the distribution database.

Ikona łącza do tematu Transact-SQL Syntax Conventions

Składnia

sp_helpdistributor_properties

Result Set

Column name

Data type

Description

heartbeat_interval

int

The maximum number of minutes that an agent can go without logging a progress message.

Return Code Values

0 (success) or 1 (failure)

Uwagi

sp_helpdistributor_properties is used with all types of replication.

Permissions

Only members of the sysadmin fixed server role, members of the db_owner or replmonitor fixed database role on the distribution database, and users in the publication access list (PAL) for a publication that uses this Distributor can execute sp_helpdistributor_properties.

Zobacz także

Odwołanie

sp_changedistributor_property (Transact-SQL)