共用方式為


PollingInterval 屬性

Gets the length of time in seconds that the target server waits between attempts to connect to the master server to download pending instructions.

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property PollingInterval As Integer
    Get
'用途
Dim instance As TargetServer
Dim value As Integer

value = instance.PollingInterval
[SfcPropertyAttribute]
public int PollingInterval { get; }
[SfcPropertyAttribute]
public:
property int PollingInterval {
    int get ();
}
[<SfcPropertyAttribute>]
member PollingInterval : int
function get PollingInterval () : int

屬性值

型別:System. . :: . .Int32
An Int32 value that specifies the number of seconds between attempts to poll the master server.