JobSchedule.FrequencyRelativeIntervals プロパティ

第 1、第 2、最終など、月の最初の日からの日を表す序数値を取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FrequencyRelativeIntervals As FrequencyRelativeIntervals 
    Get 
    Set
'使用
Dim instance As JobSchedule 
Dim value As FrequencyRelativeIntervals 

value = instance.FrequencyRelativeIntervals

instance.FrequencyRelativeIntervals = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public FrequencyRelativeIntervals FrequencyRelativeIntervals { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property FrequencyRelativeIntervals FrequencyRelativeIntervals {
    FrequencyRelativeIntervals get ();
    void set (FrequencyRelativeIntervals value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FrequencyRelativeIntervals : FrequencyRelativeIntervals with get, set
function get FrequencyRelativeIntervals () : FrequencyRelativeIntervals 
function set FrequencyRelativeIntervals (value : FrequencyRelativeIntervals)

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Agent.FrequencyRelativeIntervals
月の最初の日からの日を表す序数値を示す FrequencyRelativeIntervals オブジェクトの値です。値は、第 1、第 2、第 3、第 4、および最終です。

使用例

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

関連項目

参照

JobSchedule クラス

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

その他の技術情報

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

sp_add_schedule (Transact-SQL)