ActiveEndDate プロパティ

スケジュールが終了する日時を取得または設定します。

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

構文

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

value = instance.ActiveEndDate

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

プロパティ値

型: System. . :: . .DateTime
ジョブ スケジュールが終了する日時を示す DateTime 値です。

説明

スケジュールされた SQL Server エージェント ジョブには、開始日と終了日を設定できます。ジョブは、開始日の開始時刻から終了日の終了時刻までの間のみ実行されます。スケジュールが有効でなくなる日付を設定するには、ActiveEndDate プロパティを変更します。

ActiveEndDate プロパティが設定されていない場合は、DateTime.MinValue が返されます。