PollingInterval Propiedad
Gets the length of time in seconds that the target server waits between attempts to connect to the master server to download pending instructions.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property PollingInterval As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Int32
An Int32 value that specifies the number of seconds between attempts to poll the master server.