次の方法で共有


PollingInterval プロパティ

対象サーバーが、マスタ サーバーへの接続と、保留になっている指示のダウンロードを試行した後、次回の試行まで待機する時間 (秒単位) を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PollingInterval As Integer
    Get
'使用
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

プロパティ値

型: System. . :: . .Int32
マスタ サーバーのポーリングを試行した後、次回の試行までの秒数を示す Int32 値です。