Condividi tramite


Proprietà 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.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PollingInterval As Integer
    Get
'Utilizzo
Dim instance As TargetServer
Dim value As Integer

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

Valore proprietà

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