PollingInterval Property

SQL-DMO

SQL-DMO

PollingInterval Property

The PollingInterval property returns the number of seconds a target server (TSX) will wait before polling its master server (MSX) server for newly posted instructions.

Applies To
TargetServer Object
Syntax

object.PollingInterval

Parts

object

Expression that evaluates to an object in the Applies To list

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetPollingInterval(LPLONG pRetVal);

Remarks

The TSX polling interval is set using a Transact-SQL statement or Microsoft® SQL Server™ 2000 Enterprise Manager.

See Also

Running Jobs