ReplicationAgentSchedule.ActiveStartDate 속성

정의

예약된 작업이 처음 실행되는 날짜를 가져오거나 설정합니다.

public:
 property int ActiveStartDate { int get(); void set(int value); };
public int ActiveStartDate { get; set; }
member this.ActiveStartDate : int with get, set
Public Property ActiveStartDate As Integer

속성 값

날짜를 나타내는 Int32 값입니다.

설명

날짜는 확장된 긴 정수로 표시됩니다. 연도는 10,000으로 조정되고 월은 100으로 조정되며 날짜는 크기가 조정되지 않습니다. 예를 들어 2004년 4월 19일 날짜는 20040419 정수 값으로 표시됩니다.

이 네임스페이스, 클래스 또는 멤버는 .NET Framework 2.0 버전에서만 지원됩니다.

적용 대상