다음을 통해 공유


JobFilter.DateJobLastModified 속성

Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the job was last modified.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Property DateJobLastModified As DateTime 
    Get 
    Set
‘사용 방법
Dim instance As JobFilter 
Dim value As DateTime 

value = instance.DateJobLastModified

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

속성 값

유형: System.DateTime
A DateTime object value that specifies the date the job was last modified.

주의

A job filter can be applied to the JobServer object's EnumJobs method to restrict the returned enumerated list. When the constraint is a date property such as DateJobLastModified the FindOperand is used to specify whether the enumerated list is restricted to jobs that were last modified on an earlier, later, or equal date.

SQL Server 에이전트에서 자동 관리 태스크 예약

참고 항목

참조

JobFilter 클래스

Microsoft.SqlServer.Management.Smo.Agent 네임스페이스

관련 자료

관리 태스크 자동화(SQL Server 에이전트)