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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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.