TargetServer.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 値です。

使用例

SQL Server エージェントでの自動管理タスクのスケジュール設定

関連項目

参照

TargetServer クラス

Microsoft.SqlServer.Management.Smo.Agent 名前空間

その他の技術情報

管理タスクの自動化 (SQL Server エージェント)

sp_help_targetserver (Transact-SQL)