次の方法で共有


ReplicationAgentSchedule.ActiveEndDate プロパティ

定期的な動作が実行を停止する日付を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property ActiveEndDate As Integer 
    Get 
    Set
'使用
Dim instance As ReplicationAgentSchedule 
Dim value As Integer 

value = instance.ActiveEndDate

instance.ActiveEndDate = value
public int ActiveEndDate { get; set; }
public:
property int ActiveEndDate {
    int get ();
    void set (int value);
}
member ActiveEndDate : int with get, set
function get ActiveEndDate () : int 
function set ActiveEndDate (value : int)

プロパティ値

型: System.Int32
日付を表す Int32 値です。

説明

日付は、一定の数を掛けた長整数として表現されます。 年には 10,000、月には 100 を掛けます。日には何も掛けません。 たとえば、2004 年 4 月 19 日という日付は、整数値 20040419 で表現されます。

この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。

関連項目

参照

ReplicationAgentSchedule クラス

Microsoft.SqlServer.Replication 名前空間